Skip to content

Commit 8b63cdc

Browse files
committed
v2.0.0-beta3 (78)
1 parent 6d13786 commit 8b63cdc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.0.0-beta2
3+
## 2.0.0-beta3
44
* Included [PhotoEditor](https://github.com/burhanrashid52/PhotoEditor) by [Burhanuddin Rashid](https://github.com/burhanrashid52)
55
* Crop image after a screenshot was taken
66
* Choose what happens after a screenshot was taken

β€Žapp/build.gradleβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
applicationId 'com.github.cvzi.screenshottile'
2424
minSdkVersion 24
2525
targetSdkVersion 33
26-
versionCode 77
27-
versionName '2.0.0-beta2'
26+
versionCode 78
27+
versionName '2.0.0-beta3'
2828
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
2929
}
3030
namespace 'com.github.cvzi.screenshottile'
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2.0.0-beta3 Pre-Release:
2+
🌟 Included PhotoEditor by Burhanuddin Rashid
3+
🌟 Crop image
4+
🌟 Choose what should happen after a screenshot was taken

0 commit comments

Comments
Β (0)