Skip to content

Commit

Permalink
v2.0.0-beta4 (79)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Aug 25, 2022
1 parent 0e40a35 commit 79cd0ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.0.0-beta3
## 2.0.0-beta4
* Included [PhotoEditor](https://github.com/burhanrashid52/PhotoEditor) by [Burhanuddin Rashid](https://github.com/burhanrashid52)
* Crop image after a screenshot was taken
* Choose what happens after a screenshot was taken
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId 'com.github.cvzi.screenshottile'
minSdkVersion 24
targetSdkVersion 33
versionCode 78
versionName '2.0.0-beta3'
versionCode 79
versionName '2.0.0-beta4'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
namespace 'com.github.cvzi.screenshottile'
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/79.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
2.0.0-beta4 Pre-Release:
🌟 Included PhotoEditor by Burhanuddin Rashid
🌟 Crop image
🌟 Choose what should happen after a screenshot was taken

0 comments on commit 79cd0ec

Please sign in to comment.