Skip to content

Commit

Permalink
Bumped up version to 1.2.0, added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
msoultanidis committed Jun 26, 2021
1 parent 41fa8c9 commit 4ffd4b8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "org.qosp.notes"
minSdkVersion 21
targetSdkVersion 30
versionCode 2
versionName "1.1.0"
versionCode 3
versionName "1.2.0"

testInstrumentationRunner "org.qosp.notes.TestRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/no_translate_strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Quillnote</string>
<string name="app_version" translatable="false">1.1.0</string>
<string name="app_version" translatable="false">1.2.0</string>
<string name="app_website" translatable="false">https://qosp.org</string>
<string name="app_developer_name" translatable="false">Michael Soultanidis</string>
<string name="app_developer_repo" translatable="false">https://github.com/msoultanidis</string>
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/el/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Προστέθηκε Ελληνική μετάφραση.
- Αρκετές άλλες βελτιώσεις.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Added Greek translation.
- Various other improvements.

0 comments on commit 4ffd4b8

Please sign in to comment.