Skip to content

Commit ae4ba89

Browse files
committed
chore: bump
1 parent 2c6f4ff commit ae4ba89

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CanvasNative.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22

33
s.name = "CanvasNative"
44

5-
s.version = "0.9.9"
5+
s.version = "0.9.10"
66

77
s.summary = "A Canvas library"
88

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
implementation 'com.github.triniwiz:canvas:0.9.9'
2+
implementation 'com.github.triniwiz:canvas:0.9.10'
33
}

packages/canvas/platforms/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use_frameworks!
22
platform :ios, '11.0'
3-
pod 'CanvasNative' , '~> 0.9.9'
3+
pod 'CanvasNative' , '~> 0.9.10'
44
#pod 'CanvasNative', :path => "$(SRCROOT)/../../../../../"
55

66

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:4.1.1'
10+
classpath 'com.android.tools.build:gradle:4.1.2'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
1313
// NOTE: Do not place your application dependencies here; they belong

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

Lines changed: 2 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.9'
5+
version '0.9.10'
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.9'
18+
version = '0.9.10'
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)