We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6122971 commit eabb539Copy full SHA for eabb539
packages/canvas/src-native/canvas-android/canvas/publish.gradle
@@ -2,7 +2,7 @@ apply plugin: 'maven-publish'
2
apply plugin: 'com.jfrog.bintray'
3
4
group 'com.github.triniwiz'
5
-version '0.9.15'
+version '0.9.16'
6
7
afterEvaluate {
8
publishing {
@@ -15,7 +15,7 @@ afterEvaluate {
15
// You can then customize attributes of the publication as shown below.
16
groupId = 'com.github.triniwiz'
17
artifactId = 'canvas'
18
- version = '0.9.15'
+ version = '0.9.16'
19
}
20
21
@@ -47,3 +47,4 @@ bintray {
47
48
49
50
+
0 commit comments