We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262a037 commit 8e09831Copy full SHA for 8e09831
1 file changed
library/build.gradle
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group = 'com.github.iamageo'
8
-version = '1.0.9'
+version = '1.1.0'
9
10
android {
11
namespace 'com.iamageo.library'
@@ -57,7 +57,7 @@ afterEvaluate {
57
from components.release
58
groupId = 'com.github.iamageo'
59
artifactId = 'beautiful-dialog'
60
- version = '1.0.9'
+ version = '1.1.0'
61
62
63
0 commit comments