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 18, 2022
1 parent 75930ea commit 0636bb4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 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-18

### Fixed

* Duplicate `BuildConfig`

## [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")
implementation("com.diglol.crypto:crypto:0.1.1")
```

### 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")
implementation("com.diglol.crypto:crypto:0.1.1")
```

### 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.2.0-SNAPSHOT"
version = "0.1.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit 0636bb4

Please sign in to comment.