From 5df3ae5f4ae4d697fb1ab92f8cdaf16f90c4e1fa Mon Sep 17 00:00:00 2001 From: mattsilber <1747259+mattsilber@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:09:12 +0000 Subject: [PATCH] Auto-Bump Version to 4.0.0 --- readme.md | 2 +- scratchoff/publishing.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index d0687fe..c54db4e 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ repositories { } dependencies { - compile('com.jackpocket:scratchoff:3.1.1') + compile('com.jackpocket:scratchoff:4.0.0') } ``` diff --git a/scratchoff/publishing.gradle b/scratchoff/publishing.gradle index 973effe..fb5a5eb 100644 --- a/scratchoff/publishing.gradle +++ b/scratchoff/publishing.gradle @@ -9,7 +9,7 @@ ext { mavPublishGroupId = "com.jackpocket" mavProjectName = "scratchoff" mavLibraryDescription = "A Scratchoff View system." - mavLibraryVersion = "3.1.1" + mavLibraryVersion = "4.0.0" mavLicenseName = "The Apache License, Version 2.0" mavLicenseUrl = "http://www.apache.org/licenses/LICENSE-2.0.txt"