Skip to content

Commit

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

## 2.34.0
* Add a suggestion bar with auto-completions over the keyboard
* Add option to sort shaders by last modification
* Fix showing PagerTabStrip when adding uniforms/textures

## 2.33.3
* Add notification uniforms

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
minSdk 14
targetSdk sdk_version

versionCode 82
versionName '2.33.3'
versionCode 83
versionName '2.34.0'

vectorDrawables.useSupportLibrary true
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/83.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Add a suggestion bar with auto-completions over the keyboard
* Add option to sort shaders by last modification
* Fix showing PagerTabStrip when adding uniforms/textures

0 comments on commit 3f107da

Please sign in to comment.