Skip to content

Commit

Permalink
Prepare v22.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Jan 3, 2024
1 parent 2d3ca9a commit 74e87a7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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": "21.0.1",
"version": "22.0.0",
"main": "dist/umd/jcanvas.min.js",
"module": "dist/esm/jcanvas.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/jcanvas-crescents.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license jCanvas Crescents v20.0.0
* @license jCanvas Crescents v21.0.0
* Copyright 2013 Caleb Evans
* Released under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion src/jcanvas-donuts.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license jCanvas Donuts v20.0.0
* @license jCanvas Donuts v21.0.0
* Copyright 2013 Caleb Evans
* Released under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion src/jcanvas-handles.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license jCanvas Handles v20.1.3
* @license jCanvas Handles v21.1.3
* Copyright 2015 Caleb Evans
* Released under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion src/jcanvas-hearts.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license jCanvas Hearts v20.0.0
* @license jCanvas Hearts v21.0.0
* Copyright 2013 Caleb Evans
* Released under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion src/jcanvas.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license jCanvas v21.0.1
* @license jCanvas v22.0.0
* Copyright 2017-2024 Caleb Evans
* Released under the MIT license
*/
Expand Down

0 comments on commit 74e87a7

Please sign in to comment.