Skip to content

Commit

Permalink
Bump library version to 0.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciek committed Aug 28, 2021
1 parent eb22e13 commit 04f119d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mvi-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ afterEvaluate {
from(components.findByName("release"))
groupId = "com.tomcz.mvi"
artifactId = "mvi-core"
version = "0.03"
version = "0.04"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion mvi-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ afterEvaluate {
from(components.findByName("release"))
groupId = "com.tomcz.mvi.test"
artifactId = "mvi-test"
version = "0.03"
version = "0.04"
}
}
}
Expand Down

0 comments on commit 04f119d

Please sign in to comment.