Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
Bump to 0.1.0-alpha03
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyant0 committed Sep 8, 2022
1 parent a9c9ee1 commit 19998a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
minSdk = 21
targetSdk = 33
versionCode = 2
versionName = "0.1.0-alpha02"
versionName = "0.1.0-alpha03"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.github.Kyant0"
version = "0.1.0-alpha02"
version = "0.1.0-alpha03"

@Suppress("UnstableApiUsage")
android {
Expand Down Expand Up @@ -57,7 +57,7 @@ afterEvaluate {
publications.create("maven_public", MavenPublication::class) {
groupId = "com.github.Kyant0"
artifactId = "Monet"
version = "0.1.0-alpha02"
version = "0.1.0-alpha03"
from(components.getByName("release"))
}
}
Expand Down

0 comments on commit 19998a7

Please sign in to comment.