diff options
author | Romain Hunault <romain.hunault@e.email> | 2022-07-11 15:30:49 +0000 |
---|---|---|
committer | Romain Hunault <romain.hunault@e.email> | 2022-07-11 15:30:49 +0000 |
commit | 6f845c22a55134d60fdb7710f5c4795e3dea8108 (patch) | |
tree | 385be1aa06a63d502802314a71b96c18d5fcded8 | |
parent | a5009f457d1f00e2dcd8859853f0ca7d75670886 (diff) |
Bump to v1.1.1
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index cd46b86..f80ebe0 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { 'version' : [ 'major': 1, 'minor': 1, - 'patch': 0, + 'patch': 1, ], ] |