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-alpha01
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyant0 committed Aug 30, 2022
1 parent 73700de commit 236f619
Showing 1 changed file with 2 additions and 2 deletions.
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-dev01"
version = "0.1.0-alpha01"

@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-dev01"
version = "0.1.0-alpha01"
from(components.getByName("release"))
}
}
Expand Down

0 comments on commit 236f619

Please sign in to comment.