Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
osalvador committed Jul 4, 2023
1 parent 92d77a3 commit e9a7ef5
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.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
$ curl -o ReplicaDB-0.15.1.tar.gz -L "https://github.com/osalvador/ReplicaDB/releases/download/v0.15.1/ReplicaDB-0.15.1.tar.gz"
$ tar -xvzf ReplicaDB-0.15.1.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.15.0</version>
<version>0.15.1</version>

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

0 comments on commit e9a7ef5

Please sign in to comment.