From 20a18b192238a7658c3f1c1357e061be363db5ce Mon Sep 17 00:00:00 2001 From: nickbauman Date: Mon, 23 Oct 2023 13:29:12 -0500 Subject: [PATCH] update version --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 824c0d1..c391dd1 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ A Clojure query DSL for Google App Engine for Java 8. Inspired by the Python NDB ## Prerequisites -You will need the [Java SDK for AppEngine and its dependencies](https://cloud.google.com/appengine/docs/standard/java/download). +You will need the [Java SDK for AppEngine and its dependencies](https://cloud.google.com/appengine/docs/standard/java-gen2/runtime). ## Using Leiningen Clojars dependency: ``` -[gaeclj-ds "0.1.3.2"] +[gaeclj-ds "0.1.3.3"] ``` diff --git a/project.clj b/project.clj index 5973bb8..afbd296 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ (def appengine-version "2.0.20") -(defproject gaeclj-ds "0.1.3.2" +(defproject gaeclj-ds "0.1.3.3" :description "A DSL to support querying Google App Engine's Datastore" :license {:name "Eclipse Public License - v 1.0" :url "http://www.eclipse.org/legal/epl-v10.html"