Skip to content

Commit

Permalink
Merge pull request #118 from aivanovski/feature/update_versio_to_0_22
Browse files Browse the repository at this point in the history
Update version to 0.22.0
  • Loading branch information
aivanovski authored Feb 11, 2023
2 parents 12ab7ed + eb233f1 commit 9111eca
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@ -4,7 +4,7 @@ apply plugin: 'kotlin-kapt'
apply plugin: 'kotlin-parcelize'

def versionMajor = 0
def versionMinor = 21
def versionMinor = 22
def versionPatch = 0

def formattedVersionCode = (versionMajor * 10000 + versionMinor * 100 + versionPatch).toString()
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2200.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Add attachments handling
- Refactor Note screen
- Bugfix
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
#Sat Nov 05 12:48:26 CET 2022
versionName=0.21.0
versionCode=2100
#Sat Feb 11 18:47:58 CET 2023
versionName=0.22.0
versionCode=2200

0 comments on commit 9111eca

Please sign in to comment.