Skip to content

Commit 31a1050

Browse files
committed
chore: bump
1 parent 03fc09e commit 31a1050

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.16"
5+
s.version = "0.9.17"
66

77
s.summary = "A Canvas library"
88

packages/canvas/platforms/android/include.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ allprojects {
66
}
77

88
dependencies {
9-
implementation 'com.github.triniwiz:canvas:0.9.13'
9+
implementation 'com.github.triniwiz:canvas:0.9.14'
1010
}

packages/canvas/platforms/ios/Podfile

Lines changed: 2 additions & 2 deletions
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.16'
4-
pod 'CanvasNative', :path => "$(SRCROOT)/../../../../../"
3+
pod 'CanvasNative' , '~> 0.9.17'
4+
#pod 'CanvasNative', :path => "$(SRCROOT)/../../../../../"
55

66

0 commit comments

Comments
 (0)