Skip to content

Commit

Permalink
Update README with latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Jan 22, 2025
1 parent 8a840d5 commit 28147f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Or you can build a Docker image:

### Command-line

https://github.com/fizzed/stork/releases/download/v3.1.3/stork-3.1.3.tar.gz
https://github.com/fizzed/stork/releases/download/v3.2.0/stork-3.2.0.tar.gz

### Maven plugin

Expand All @@ -113,7 +113,7 @@ https://github.com/fizzed/stork/releases/download/v3.1.3/stork-3.1.3.tar.gz
<plugin>
<groupId>com.fizzed</groupId>
<artifactId>stork-maven-plugin</artifactId>
<version>3.1.3</version>
<version>3.2.0</version>
<!-- configuration / execution (see below) -->
</plugin>
</plugins>
Expand Down Expand Up @@ -209,7 +209,7 @@ Maven
<plugin>
<groupId>com.fizzed</groupId>
<artifactId>stork-maven-plugin</artifactId>
<version>3.1.3</version>
<version>3.2.0</version>
<executions>
<execution>
<id>stork-launcher</id>
Expand Down Expand Up @@ -379,7 +379,7 @@ Maven
<plugin>
<groupId>com.fizzed</groupId>
<artifactId>stork-maven-plugin</artifactId>
<version>3.1.3</version>
<version>3.2.0</version>
<executions>
<execution>
<id>stork-assembly</id>
Expand Down Expand Up @@ -480,7 +480,7 @@ Download blaze:
Create a `blaze.conf` file:

blaze.dependencies = [
"com.fizzed:stork-deploy:3.1.3"
"com.fizzed:stork-deploy:3.2.0"
]

Create a `blaze.java` file:
Expand Down

0 comments on commit 28147f1

Please sign in to comment.