Skip to content

Commit 47b6dcc

Browse files
committed
chore: bump
1 parent d12a334 commit 47b6dcc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CanvasNative.podspec

+1-1
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.11"
5+
s.version = "0.9.16"
66

77
s.summary = "A Canvas library"
88

packages/canvas/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/canvas",
3-
"version": "0.9.15",
3+
"version": "0.9.16",
44
"description": "DOM Canvas API for NativeScript",
55
"main": "index",
66
"typings": "index.d.ts",

packages/canvas/platforms/ios/Podfile

+1-1
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.11'
3+
pod 'CanvasNative' , '~> 0.9.16'
44
#pod 'CanvasNative', :path => "$(SRCROOT)/../../../../../"
55

66

0 commit comments

Comments
 (0)