Skip to content

Commit

Permalink
bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ysubach committed Apr 26, 2019
1 parent eed02dd commit 0c185dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add Maven dependency in your project:
<dependency>
<groupId>com.dekses</groupId>
<artifactId>cassandra-lock</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.dekses</groupId>
<artifactId>cassandra-lock</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<packaging>jar</packaging>

<name>cassandra-lock</name>
Expand Down

0 comments on commit 0c185dd

Please sign in to comment.