Skip to content

Commit 6785c43

Browse files
committed
chore(): bump
1 parent cfcf259 commit 6785c43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/canvas-polyfill/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/canvas-polyfill",
3-
"version": "1.0.0-alpha15",
3+
"version": "1.0.0-alpha16",
44
"description": "Polyfill for making NativeScript compatible with web libs like pixi.js, three.js, phaser.js, babylon.js, etc....",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -33,7 +33,7 @@
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed",
3535
"peerDependencies": {
36-
"@nativescript/canvas": "~0.9.4"
36+
"@nativescript/canvas": "~0.9.7"
3737
},
3838
"dependencies": {
3939
"xmldom-qsa": "^1.0.3"

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

66

0 commit comments

Comments
 (0)