Skip to content

Commit

Permalink
Merge pull request #41 from keiji/update_version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
keiji authored Jun 1, 2023
2 parents 68d6799 + 3de765d commit be9c404
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ To add TLV-KSP to your project, include the following in your app module build.g

```
dependencies {
implementation("dev.keiji.tlv:tlv:0.3.1")
ksp("dev.keiji.tlv:tlv-ksp:0.3.1")
implementation("dev.keiji.tlv:tlv:0.3.2")
ksp("dev.keiji.tlv:tlv-ksp:0.3.2")
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ if (sonatypePropertiesFile.exists()) {

ext {
groupId = 'dev.keiji.tlv'
versionCode = '0.3.1'
// versionCode = '0.3.1-SNAPSHOT'
versionCode = '0.3.2'
// versionCode = '0.3.2-SNAPSHOT'

sonatypeUsername = sonaTypeProps.get('sonatypeUsername') ?: ""
sonatypePassword = sonaTypeProps.get('sonatypePassword') ?: ""
Expand Down

0 comments on commit be9c404

Please sign in to comment.