Skip to content

Commit

Permalink
Update version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Dec 12, 2023
1 parent d1144cd commit f0c5180
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId "org.billthefarmer.editor"
minSdkVersion 21
targetSdkVersion 28
versionName "1.90"
versionCode 190
versionName "1.91"
versionCode 191

buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}
Expand All @@ -46,5 +46,5 @@ android {
}

dependencies {
implementation 'org.commonmark:commonmark:0.20.0'
implementation 'org.commonmark:commonmark:0.21.0'
}
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelogs/191.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix search issue

0 comments on commit f0c5180

Please sign in to comment.