Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beatbrot committed Sep 20, 2019
1 parent d4b463f commit 8cdc8f3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# 2.0 (~09.2019)
# 2.0.1 (2019-09-19)

- 💾 Save editor state accross configuration changes
- 🈂️ Add translation to settings
- 💥 Fix broken About-Activity

# 2.0 (2019-09-11)

### Features

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "de.beatbrot.screenshotassistant"
minSdkVersion 23
targetSdkVersion 29
versionCode 2
versionName "2.0"
versionCode 3
versionName "2.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- 💾 Save editor state accross configuration changes
- 🈂️ Add translation to settings
- 💥 Fix broken About-Activity

0 comments on commit 8cdc8f3

Please sign in to comment.