Skip to content

Commit

Permalink
v2.0.0-beta1 (76)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Aug 21, 2022
1 parent a06cb88 commit 4d994bc
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-beta0
## 2.0.0-beta1
* Included [PhotoEditor](https://github.com/burhanrashid52/PhotoEditor) by [https://github.com/burhanrashid52](Burhanuddin Rashid)
* 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 75
versionName '2.0.0-beta0'
versionCode 76
versionName '2.0.0-beta1'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
namespace 'com.github.cvzi.screenshottile'
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/76.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
2.0.0-beta1 Pre-Release:
🌟 Included PhotoEditor by Burhanuddin Rashid
🌟 Crop image
🌟 Choose what should happen after a screenshot was taken

0 comments on commit 4d994bc

Please sign in to comment.