From 490377a9c123f1ba8259b4804dc0329adf051eaf Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Thu, 18 Nov 2021 16:57:58 +0000 Subject: Bump version to 1.0.0 --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cd5d47..4066cb4 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ We also provide a convenient `simulate.rdfox` RDFox script that can be used to l Let's suppose you run the following command from the root of the project ```{.sh} -java -cp lib/JRDFox.jar:target/scala-2.13/RSAComb-assembly-0.2.0.jar uk.ac.ox.cs.rsacomb.RSAComb -l verbose -o tests/lubm/univ-bench.owl -d tests/lubm/data/lubm1.ttl -q tests/lubm/queries.sparql +java -cp lib/JRDFox.jar:target/scala-2.13/RSAComb-assembly-1.0.0.jar uk.ac.ox.cs.rsacomb.RSAComb -l verbose -o tests/lubm/univ-bench.owl -d tests/lubm/data/lubm1.ttl -q tests/lubm/queries.sparql ``` This will answers all the queries in `tests/lubm/queries.sparql` and generate debug information in a new folder in the current working directory (let's say, `rsacomb-20211005120845/`). diff --git a/build.sbt b/build.sbt index a11b402..99788c8 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import Dependencies._ ThisBuild / scalaVersion := "2.13.4" -ThisBuild / version := "0.2.0" +ThisBuild / version := "1.0.0" ThisBuild / organization := "uk.ac.ox.cs.rsacomb" ThisBuild / organizationName := "Department of Computer Science - University of Oxford" ThisBuild / organizationHomepage := Some(url("https://www.cs.ox.ac.uk")) -- cgit v1.2.3