Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz committed Apr 10, 2021
1 parent d12a334 commit 47b6dcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CanvasNative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.name = "CanvasNative"

s.version = "0.9.11"
s.version = "0.9.16"

s.summary = "A Canvas library"

Expand Down
2 changes: 1 addition & 1 deletion packages/canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/canvas",
"version": "0.9.15",
"version": "0.9.16",
"description": "DOM Canvas API for NativeScript",
"main": "index",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas/platforms/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use_frameworks!
platform :ios, '11.0'
pod 'CanvasNative' , '~> 0.9.11'
pod 'CanvasNative' , '~> 0.9.16'
#pod 'CanvasNative', :path => "$(SRCROOT)/../../../../../"


0 comments on commit 47b6dcc

Please sign in to comment.