Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
asafonov committed Apr 11, 2024
1 parent 7544537 commit 8271852
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "org.asafonov.accelerace"
minSdkVersion 21
targetSdkVersion 33
versionCode 1
versionName "0.1"
versionCode 2
versionName "0.2"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/main.js
Expand Up @@ -725,7 +725,7 @@ class UpdaterView {
}
}
window.asafonov = {}
window.asafonov.version = '0.1'
window.asafonov.version = '0.2'
window.asafonov.messageBus = new MessageBus()
window.asafonov.timer = new Timer(40)
window.asafonov.events = {
Expand Down

0 comments on commit 8271852

Please sign in to comment.