Skip to content

Commit

Permalink
release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
osalvador committed Jan 2, 2023
1 parent b0cffac commit 3b97d80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ ReplicaDB is written in Java and requires a Java Runtime Environment (JRE) Stand
Just download [latest](https://github.com/osalvador/ReplicaDB/releases) release and unzip it.

```bash
$ curl -o ReplicaDB-0.13.0.tar.gz -L "https://github.com/osalvador/ReplicaDB/releases/download/v0.13.0/ReplicaDB-0.13.0.tar.gz"
$ tar -xvzf ReplicaDB-0.13.0.tar.gz
$ curl -o ReplicaDB-0.15.0.tar.gz -L "https://github.com/osalvador/ReplicaDB/releases/download/v0.15.0/ReplicaDB-0.15.0.tar.gz"
$ tar -xvzf ReplicaDB-0.15.0.tar.gz
$ ./bin/replicadb --help
```

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 @@

<groupId>org.replicadb</groupId>
<artifactId>ReplicaDB</artifactId>
<version>0.14.0</version>
<version>0.15.0</version>

<name>ReplicaDB</name>
<url>https://github.com/osalvador/ReplicaDB</url>
Expand Down

0 comments on commit 3b97d80

Please sign in to comment.