Skip to content

Commit

Permalink
Update version to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aivanovski committed Jan 4, 2025
1 parent c1d798e commit 1ec7548
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: 'kotlin-parcelize'
apply plugin: 'com.github.triplet.play'

def versionMajor = 1
def versionMinor = 10
def versionMinor = 11
def versionPatch = 0

def formattedVersionCode = (versionMajor * 10000 + versionMinor * 100 + versionPatch).toString()
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/11100.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Improvement in accessibility
6 changes: 3 additions & 3 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#The content of this file is generated automatically for F-Droid
#Sun Dec 01 17:20:16 CET 2024
versionCode=11000
versionName=1.10.0
#Sat Jan 04 11:02:25 CET 2025
versionCode=11100
versionName=1.11.0

0 comments on commit 1ec7548

Please sign in to comment.