Skip to content

Commit

Permalink
chore: release v2.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Aug 11, 2024
1 parent 734924d commit 0e6dc1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ val currentVersion: Version = Version.Alpha(
versionMajor = 2,
versionMinor = 0,
versionPatch = 0,
versionBuild = 1
versionBuild = 2
)

val keystorePropertiesFile: File = rootProject.file("keystore.properties")
Expand Down

0 comments on commit 0e6dc1a

Please sign in to comment.