Skip to content

Commit

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

## 2.29.0
* Add a search menu item to filter uniforms and textures
* Disable Insert Tab menu item when code is hidden

## 2.28.4
* Fix loss of scroll position when pasting text

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 73
versionName '2.28.4'
versionCode 74
versionName '2.29.0'
}

signingConfigs {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/74.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Add a search menu item to filter uniforms and textures
* Disable Insert Tab menu item when code is hidden

0 comments on commit d953cde

Please sign in to comment.