diff --git a/.gitignore b/.gitignore index fe20656..a179462 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,15 @@ -/target -/classes -/checkouts -pom.xml -pom.xml.asc -*.jar +*.DS_Store *.class +*.jar +.hg/ +.hgignore +.idea/ /.lein-* /.nrepl-port -.hgignore -.hg/ +/checkouts +/classes +/target foobarbaz -*.DS_Store gaeclj-ds.iml -.idea/ +pom.xml +pom.xml.asc diff --git a/README.md b/README.md index 04472e8..824c0d1 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,9 @@ java.lang.RuntimeException: (create-CostStrategy ...) failed validation for prop Through leiningen - > lein test +```shell +lein test +``` ## License diff --git a/project.clj b/project.clj index e60735f..d72fcd3 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(def appengine-version "2.0.19") +(def appengine-version "2.0.20") (defproject gaeclj-ds "0.1.3.2" :description "A DSL to support querying Google App Engine's Datastore"