Skip to content

Commit

Permalink
🔖 Prepare 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs committed Oct 29, 2021
1 parent 7df47fc commit d4d4c6d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 0.7.0

_2021-10-29_

- Add `t` parameter to Twitter sanitizer.

## Version 0.6.0

_2021-10-20_
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
applicationId = "com.svenjacobs.app.leon"
minSdk = 21
targetSdk = 31
versionCode = 228
versionCode = 229
versionName = "0.7.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/play/release-notes/de-DE/default.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Reiniger für Twitter, Spotify und Netflix hinzugefügt.
Kleinere Bugfixes und UI-Verbesserungen.
Twitter-Reiniger um "t" Parameter erweitert.
3 changes: 1 addition & 2 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Add sanitizers for Twitter, Spotify and Netflix.
Minor bugfixes and UI improvements.
Added "t" parameter to Twitter sanitizer.

0 comments on commit d4d4c6d

Please sign in to comment.