Skip to content

Commit

Permalink
Prepare v20.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Feb 10, 2018
1 parent 7e1854d commit 0880a77
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jcanvas",
"version": "20.1.4",
"version": "20.2.0",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license jCanvas v20.1.4
* @license jCanvas v20.2.0
* Copyright 2017 Caleb Evans
* Released under the MIT license
*/
Expand Down
6 changes: 3 additions & 3 deletions dist/min/jcanvas.min.js

Large diffs are not rendered by default.

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
Original file line number Diff line number Diff line change
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.4",
"version": "20.2.0",
"main": "dist/jcanvas.js",
"scripts": {
"lint": "eslint dist/*.js"
Expand Down

0 comments on commit 0880a77

Please sign in to comment.