Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbauman committed Oct 23, 2023
1 parent f8cb46c commit 20a18b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
```


Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 20a18b1

Please sign in to comment.