diff --git a/README.org b/README.org index f0c08c2..f82abc0 100644 --- a/README.org +++ b/README.org @@ -15,7 +15,7 @@ Leiningen/Boot: #+begin_src -[adalab/triple-loader "0.2.2"] +[adalab/triple-loader "0.2.3"] #+end_src ** 1.1. Acknowledgements diff --git a/build.boot b/build.boot index b7cab85..1ba2f13 100644 --- a/build.boot +++ b/build.boot @@ -43,10 +43,10 @@ ;; this line prevents confusing the deployer with dependencies` pom.xml files (alter-var-root #'boot.pod/standard-jar-exclusions (constantly (conj boot.pod/standard-jar-exclusions #"/pom\.xml$"))) -(def +version+ "0.2.2") + (def +version+ "0.2.3") (task-options! - version {:minor 'two :patch 'two :include false :generate 'rdf4j.version} + version {:minor 'two :patch 'three :include false :generate 'rdf4j.version} pom {:project (get-env :project) :scm {:url "https://github.com/jgrzebyta/triple-loader" :connection "scm:git:ssh://github.com/jgrzebyta/triple-loader.git" diff --git a/version.properties b/version.properties index 16b1251..008e82a 100644 --- a/version.properties +++ b/version.properties @@ -1,2 +1,2 @@ -#Sun Mar 25 20:58:11 BST 2018 -VERSION=0.2.2 +#Mon Mar 26 14:56:21 BST 2018 +VERSION=0.2.3