Skip to content

Commit

Permalink
Auto-Bump Version to 3.1.0 (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: mattsilber <[email protected]>
  • Loading branch information
github-actions[bot] and mattsilber authored Apr 2, 2024
1 parent a333ae1 commit 662b563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}
dependencies {
compile('com.jackpocket:scratchoff:3.0.0')
compile('com.jackpocket:scratchoff:3.1.0')
}
```

Expand Down
2 changes: 1 addition & 1 deletion scratchoff/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {
mavPublishGroupId = "com.jackpocket"
mavProjectName = "scratchoff"
mavLibraryDescription = "A Scratchoff View system."
mavLibraryVersion = "3.0.0"
mavLibraryVersion = "3.1.0"

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

0 comments on commit 662b563

Please sign in to comment.