Skip to content

Commit

Permalink
Advance version number to 2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Nov 16, 2023
1 parent 3df974b commit 7aceaae
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.32.0
* Use lexer based syntax highlighting
* Improve monochrome icon

## 2.31.1
* Use system monospace font by default
* Disable ligatures by default
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 {
minSdkVersion 14
targetSdkVersion sdk_version

versionCode 77
versionName '2.31.1'
versionCode 78
versionName '2.32.0'
}

signingConfigs {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/78.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Use lexer based syntax highlighting
* Improve monochrome icon

0 comments on commit 7aceaae

Please sign in to comment.