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 2e48642 commit ca348bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Diglol Crypto for Kotlin Multiplatform.
_如果需要依赖子模块,请参考当前支持的加密常量。_

```gradle
implementation("com.diglol.crypto:crypto:0.1.0-SNAPSHOT")
implementation("com.diglol.crypto:crypto:0.1.0")
```

### License
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Include all submodules.
_If you need to depend on a submodule, please refer to the currently supported cryptographic constants._

```gradle
implementation("com.diglol.crypto:crypto:0.1.0-SNAPSHOT")
implementation("com.diglol.crypto:crypto:0.1.0")
```

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

allprojects {
group = "com.diglol.crypto"
version = "0.1.0-SNAPSHOT"
version = "0.1.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit ca348bd

Please sign in to comment.