diff --git a/build.gradle b/build.gradle index 45b330b..0bb12ca 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ plugins { } group 'io.jactl' -version '1.5.0-SNAPSHOT' +version '2.0.0' repositories { mavenCentral() diff --git a/docs/README.md b/docs/README.md index e196c4c..3e0fa93 100644 --- a/docs/README.md +++ b/docs/README.md @@ -160,7 +160,7 @@ features. ## Download To run command line scripts you only need the Jactl jar which can be downloaded from Maven Central: -[https://repo1.maven.org/maven2/io/jactl/jactl/1.4.0/jactl-1.4.0.jar](https://repo1.maven.org/maven2/io/jactl/jactl/1.4.0/jactl-1.4.0.jar) +[https://repo1.maven.org/maven2/io/jactl/jactl/2.0.0/jactl-2.0.0.jar](https://repo1.maven.org/maven2/io/jactl/jactl/2.0.0/jactl-2.0.0.jar) To download the Jactl REPL, which gives you an interactive shell for trying out Jactl code, see the [jactl-repl](https://github.com/jaccomoc/jactl-repl) project. @@ -198,7 +198,7 @@ To use Jactl you will need to add a dependency on the Jactl library. In the `dependencies` section of your `build.gradle` file: ```groovy -implementation group: 'io.jactl', name: 'jactl', version: '1.4.0' +implementation group: 'io.jactl', name: 'jactl', version: '2.0.0' ``` ### Maven @@ -208,7 +208,7 @@ In the `dependencies` section of your `pom.xml`: io.jactl jactl - 1.4.0 + 2.0.0 ``` diff --git a/docs/_config.yml b/docs/_config.yml index 6bf58ed..08f2d57 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -36,7 +36,7 @@ plugins: - jekyll-feed content: - jactl_version: 1.4.0 + jactl_version: 2.0.0 # Exclude from processing. # The following items will not be processed, by default.