Skip to content

Commit

Permalink
Version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phxql committed Jan 15, 2023
1 parent af54b4c commit 2f1d21a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file. This project adheres
to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [0.0.2] - 2023-01-15

- Add module descriptor. Module is named `de.mkammerer.snowflakeid`
- Switched `synchronized` to `ReentrantLock`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Ids from the same generator are monotonically increasing.
```xml
<dependency>
<groupId>de.mkammerer.snowflake-id</groupId>
<artifactId>snowflake-id</artifactId>
<version>0.0.1</version>
<artifactId>snowflake-id</artifactId>
<version>0.0.2</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 @@

<groupId>de.mkammerer.snowflake-id</groupId>
<artifactId>snowflake-id</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.0.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 2f1d21a

Please sign in to comment.