Skip to content

Commit

Permalink
chore(android): update version to 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardPaligot committed Apr 12, 2023
1 parent e38b986 commit ab31ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ enum class DesignSystem {
M3, Vitamin
}
val designSystem = DesignSystem.M3
val versionMajor = 1
val versionMajor = 2
val versionMinor = 0
val versionPatch = 0
android {
Expand Down

0 comments on commit ab31ac9

Please sign in to comment.