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

Commit 8cdc8f3

Browse files
committed
Bump version to 2.0.1
1 parent d4b463f commit 8cdc8f3

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# 2.0 (~09.2019)
1+
# 2.0.1 (2019-09-19)
2+
3+
- 💾 Save editor state accross configuration changes
4+
- 🈂️ Add translation to settings
5+
- 💥 Fix broken About-Activity
6+
7+
# 2.0 (2019-09-11)
28

39
### Features
410

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "de.beatbrot.screenshotassistant"
1010
minSdkVersion 23
1111
targetSdkVersion 29
12-
versionCode 2
13-
versionName "2.0"
12+
versionCode 3
13+
versionName "2.0.1"
1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1515
}
1616
buildTypes {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- 💾 Save editor state accross configuration changes
2+
- 🈂️ Add translation to settings
3+
- 💥 Fix broken About-Activity

0 commit comments

Comments
 (0)