From f75a253413cae0b2d5d5c18a4933f5ded8618f18 Mon Sep 17 00:00:00 2001 From: Tobias Kuhn Date: Fri, 9 Mar 2018 08:39:13 +0100 Subject: [PATCH] Version 1.16 released --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e107511..316bd5c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ file: org.nanopub nanopub - 1.15 + 1.16 @@ -49,7 +49,7 @@ directory or using the command `np` in `bin/`. For example: One can also directly use the JAR file (as generated in `target/`) or [download a prebuilt one](https://github.com/Nanopublication/nanopub-java/releases): - $ java -jar nanopub-1.15-jar-with-dependencies.jar check nanopubfile.trig + $ java -jar nanopub-1.16-jar-with-dependencies.jar check nanopubfile.trig Developers diff --git a/pom.xml b/pom.xml index bf63a50..a6baa9f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.nanopub nanopub jar - 1.16-SNAPSHOT + 1.17-SNAPSHOT nanopub Java library for nanopublications based on Sesame https://github.com/Nanopublication/nanopub-java