Skip to content

Commit

Permalink
feat: version change
Browse files Browse the repository at this point in the history
  • Loading branch information
JiSeokYeom committed Jun 11, 2023
1 parent 16dfc6d commit 4e54af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composeCircularProgressLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ afterEvaluate {
// You can then customize attributes of the publication as shown below.
groupId = 'com.github.JiSeokYeom'
artifactId = ''
version = '0.0.3'
version = '0.0.4'
}
// Creates a Maven publication called “debug”.
debug(MavenPublication) {
Expand All @@ -71,7 +71,7 @@ afterEvaluate {

groupId = 'com.github.JiSeokYeom'
artifactId = 'final-debug'
version = '0.0.3'
version = '0.0.4'
}
}
}
Expand Down

0 comments on commit 4e54af0

Please sign in to comment.