Skip to content

Commit

Permalink
Prepare version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robxyy committed Jul 16, 2022
1 parent 800b28d commit 13d5213
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

## [Unreleased]

## [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-SNAPSHOT")
implementation("com.diglol.id:id:0.1.0")
```

### 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.1.0-SNAPSHOT"
version = "0.1.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 13d5213

Please sign in to comment.