Skip to content

Commit

Permalink
Prepare version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robxyy committed Jul 17, 2022
1 parent ef511b1 commit 9b5775c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [0.1.1] - 2022-07-17

### Fixed

* When the `machine` is not initialized, the `machine` is regenerated every time.

## [0.1.0] - 2022-07-16

Initial release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A global Id generator for Kotlin Multiplatform. It modifies the timestamp to 5 b
### Add Dependency

```gradle
implementation("com.diglol.id:id:0.1.0")
implementation("com.diglol.id:id:0.1.1")
```

### Code Samples
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {

allprojects {
group = "com.diglol.id"
version = "0.2.0-SNAPSHOT"
version = "0.1.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit 9b5775c

Please sign in to comment.