diff --git a/readme.md b/readme.md index f2da35b..dfaf4f3 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ repositories { } dependencies { - compile('com.jackpocket:scratchoff:3.0.0') + compile('com.jackpocket:scratchoff:3.1.0') } ``` diff --git a/scratchoff/publishing.gradle b/scratchoff/publishing.gradle index b7f9dcc..172502a 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.0.0" + mavLibraryVersion = "3.1.0" mavLicenseName = "The Apache License, Version 2.0" mavLicenseUrl = "http://www.apache.org/licenses/LICENSE-2.0.txt"