Skip to content

Commit eabb539

Browse files
committed
chore: bump
1 parent 6122971 commit eabb539

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/canvas/src-native/canvas-android/canvas/publish.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'maven-publish'
22
apply plugin: 'com.jfrog.bintray'
33

44
group 'com.github.triniwiz'
5-
version '0.9.15'
5+
version '0.9.16'
66

77
afterEvaluate {
88
publishing {
@@ -15,7 +15,7 @@ afterEvaluate {
1515
// You can then customize attributes of the publication as shown below.
1616
groupId = 'com.github.triniwiz'
1717
artifactId = 'canvas'
18-
version = '0.9.15'
18+
version = '0.9.16'
1919
}
2020
}
2121
}
@@ -47,3 +47,4 @@ bintray {
4747
}
4848
}
4949
}
50+

0 commit comments

Comments
 (0)