From d156506c4c0890419414af7de8dea1740c91884a Mon Sep 17 00:00:00 2001 From: Caleb Evans Date: Sat, 5 May 2018 15:25:04 -0700 Subject: [PATCH] Prepare v21.0.1 --- bower.json | 2 +- dist/jcanvas.js | 2 +- dist/min/jcanvas.min.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index e969b9c..4ab2f93 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jcanvas", - "version": "21.0.0", + "version": "21.0.1", "main": "jcanvas.js", "description": "jCanvas brings jQuery's powerful syntax and capability to the HTML5 canvas. Quickly create canvas-based apps that can utilize layers, animations, events, and much more. jCanvas works on all modern browsers and platforms, including iOS and Android.", "keywords": [ diff --git a/dist/jcanvas.js b/dist/jcanvas.js index d1f38ff..4914910 100644 --- a/dist/jcanvas.js +++ b/dist/jcanvas.js @@ -1,5 +1,5 @@ /** - * @license jCanvas v21.0.0 + * @license jCanvas v21.0.1 * Copyright 2017 Caleb Evans * Released under the MIT license */ diff --git a/dist/min/jcanvas.min.js b/dist/min/jcanvas.min.js index bcf0afd..05a65d2 100644 --- a/dist/min/jcanvas.min.js +++ b/dist/min/jcanvas.min.js @@ -1,5 +1,5 @@ /** - * @license jCanvas v21.0.0 + * @license jCanvas v21.0.1 * Copyright 2017 Caleb Evans * Released under the MIT license */ diff --git a/package-lock.json b/package-lock.json index be630c8..3476ca3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jcanvas", - "version": "21.0.0", + "version": "21.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 585f374..a89682f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jcanvas", "title": "jCanvas", "description": "jCanvas brings jQuery's powerful syntax and capability to the HTML5 canvas. Quickly create canvas-based apps that can utilize layers, animations, events, and much more. jCanvas works on all modern browsers and platforms, including iOS and Android.", - "version": "21.0.0", + "version": "21.0.1", "main": "dist/jcanvas.js", "scripts": { "lint": "eslint dist/*.js"