Skip to content

Commit

Permalink
Bumped up version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msoultanidis committed Jun 24, 2021
1 parent 0c29da8 commit ec10138
Show file tree
Hide file tree
Showing 3 changed files with 4 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 1
versionName "1.0.0"
versionCode 2
versionName "1.1.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">1.0.0</string>
<string name="app_version">1.1.0</string>
<string name="app_website">https://qosp.org</string>
<string name="app_developer_name">Michael Soultanidis</string>
<string name="app_developer_repo">https://github.com/msoultanidis</string>
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bug fixes and improvements.

0 comments on commit ec10138

Please sign in to comment.