Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz committed Feb 1, 2022
1 parent 9ac83f4 commit 6a83d87
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/canvas-babylon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/canvas-babylon",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.13",
"description": "",
"main": "index",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas-phaser-ce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/canvas-phaser-ce",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.13",
"description": "Tools for using Phaser-ce to build native 2D games in NativeScript 👾",
"main": "index",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas-phaser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/canvas-phaser",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.13",
"description": "Build awesome 2D games with Phaser.js and NativeScript",
"main": "index",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas-pixi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/canvas-pixi",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"description": "Plugin for using pixi.js in NativeScript",
"main": "index",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas-polyfill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/canvas-polyfill",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"description": "Polyfill for making NativeScript compatible with web libs like pixi.js, three.js, phaser.js, babylon.js, etc....",
"main": "index",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas-three/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/canvas-three",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.13",
"description": "Utilities for using THREE.js on NativeScript",
"main": "index",
"typings": "index.d.ts",
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": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"description": "DOM Canvas API for NativeScript",
"main": "index",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas/platforms/android/include.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ allprojects {
}

dependencies {
implementation 'org.nativescript:canvas:1.0.0-alpha.12'
implementation 'org.nativescript:canvas:1.0.0-alpha.13'
implementation "androidx.multidex:multidex:2.0.1"
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GROUP=org.nativescript

POM_ARTIFACT_ID=canvas
VERSION_NAME=1.0.0-alpha.12
VERSION_NAME=1.0.0-alpha.13

POM_NAME=canvas
POM_PACKAGING=aar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ allprojects {
plugins.withId("com.vanniktech.maven.base") {
group = "org.nativescript"
archivesBaseName = "canvas"
version = "1.0.0-alpha.12"
version = "1.0.0-alpha.13"

mavenPublishing {
publishToMavenCentral("DEFAULT")
Expand Down

0 comments on commit 6a83d87

Please sign in to comment.