Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
original-flipster69 committed Aug 26, 2024
1 parent 997e71d commit a3482d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 95 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ Add the following dependency to your project:
<dependency>
<groupId>com.originalflipster</groupId>
<artifactId>cloud-lock</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
</dependency>
```
- Gradle
```gradle
implementation 'com.originalflipster:cloud-lock:0.0.7'
implementation 'com.originalflipster:cloud-lock:0.0.8'
```

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

<groupId>com.originalflipster</groupId>
<artifactId>cloud-lock</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>

<name>cloud-lock</name>
<description>cloud-lock provides distributed locking (for leader election) via cloud storage</description>
<url>https://github.com/original-flipster69/cloud-lock</url>
<url>https://originalflipster.com/docs/distributed-locking-with-cloud-lock/</url>

<licenses>
<license>
Expand Down

This file was deleted.

0 comments on commit a3482d4

Please sign in to comment.