Skip to content

Commit

Permalink
Prepare v20.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Aug 9, 2017
1 parent 682fa3d commit d74c94a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "jcanvas",
"version": "20.1.1",
"version": "20.1.2",
"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": [
Expand Down
2 changes: 1 addition & 1 deletion dist/jcanvas.js
@@ -1,5 +1,5 @@
/**
* @license jCanvas v20.1.1
* @license jCanvas v20.1.2
* Copyright 2017 Caleb Evans
* Released under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/min/jcanvas.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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": "20.1.1",
"version": "20.1.2",
"main": "dist/jcanvas.js",
"scripts": {
"lint": "eslint dist/*.js"
Expand Down

0 comments on commit d74c94a

Please sign in to comment.