Skip to content

Commit

Permalink
Update: version
Browse files Browse the repository at this point in the history
  • Loading branch information
Velord committed Dec 11, 2023
1 parent 3fb55dd commit 6043a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
// When app incompatible with previous version change this value
val globalVersion = 0
// When you create huge feature(or many) release change this value
val majorVersion = 2
val majorVersion = 3
// When you create feature release change this value
val minorVersion = 0
// When you create fix change this value
Expand Down
2 changes: 1 addition & 1 deletion multiplebackstackapplier/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ afterEvaluate {
create<MavenPublication>("maven") {
groupId = "com.github.Velord"
artifactId = "MultipleBackstackApplier"
version = "0.4.0"
version = "0.4.5"
from(components["release"])
}
}
Expand Down

0 comments on commit 6043a79

Please sign in to comment.