Skip to content

Commit

Permalink
release v0.10.0 - resolves #224
Browse files Browse the repository at this point in the history
  • Loading branch information
s-webber committed Jan 3, 2024
1 parent 7f2d19b commit 5d9c8f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Projog can be used as a stand-alone console application or embedded in your Java
The following commands will download Projog and start the console:

```sh
$ wget http://projog.org/downloads/projog-0.9.0.zip
$ jar xvf projog-0.9.0.zip
$ cd projog-0.9.0
$ wget http://projog.org/downloads/projog-0.10.0.zip
$ jar xvf projog-0.10.0.zip
$ cd projog-0.10.0
$ chmod u+x projog-console.sh
$ ./projog-console.sh
```
Expand Down Expand Up @@ -57,7 +57,7 @@ To include Projog within your project, just add this dependency to your `pom.xml
<dependency>
<groupId>org.projog</groupId>
<artifactId>projog-core</artifactId>
<version>0.9.0</version>
<version>0.10.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma

<groupId>org.projog</groupId>
<artifactId>projog-core</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>projog-core</name>
Expand Down

0 comments on commit 5d9c8f7

Please sign in to comment.