Skip to content

Commit dc8c857

Browse files
Auto-Bump Version to 4.0.0 (#147)
Co-authored-by: mattsilber <1747259+mattsilber@users.noreply.github.com>
1 parent 81f6f7d commit dc8c857

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515
1616
dependencies {
17-
compile('com.jackpocket:scratchoff:3.1.1')
17+
compile('com.jackpocket:scratchoff:4.0.0')
1818
}
1919
```
2020

scratchoff/publishing.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ext {
99
mavPublishGroupId = "com.jackpocket"
1010
mavProjectName = "scratchoff"
1111
mavLibraryDescription = "A Scratchoff View system."
12-
mavLibraryVersion = "3.1.1"
12+
mavLibraryVersion = "4.0.0"
1313

1414
mavLicenseName = "The Apache License, Version 2.0"
1515
mavLicenseUrl = "http://www.apache.org/licenses/LICENSE-2.0.txt"

0 commit comments

Comments
 (0)