Skip to content

Commit

Permalink
#33: Bumped version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaccomoc committed Jan 10, 2024
1 parent f187866 commit e8d3ebb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
}

group 'io.jactl'
version '1.5.0-SNAPSHOT'
version '2.0.0'

repositories {
mavenCentral()
Expand Down
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand All @@ -208,7 +208,7 @@ In the `dependencies` section of your `pom.xml`:
<dependency>
<groupId>io.jactl</groupId>
<artifactId>jactl</artifactId>
<version>1.4.0</version>
<version>2.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e8d3ebb

Please sign in to comment.