Skip to content

Commit

Permalink
Advance version number to 2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Jun 5, 2022
1 parent bfe33e1 commit faf5a7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 2.24.0
* Add touchStart uniform

## 2.23.5
* Skip too large textures when importing
* Fix showing SQL exceptions when importing a database
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version

versionCode 64
versionName '2.23.5'
versionCode 65
versionName '2.24.0'
}

signingConfigs {
Expand Down

0 comments on commit faf5a7f

Please sign in to comment.