Bump version to v0.9.21

This commit is contained in:
Jürg Lehni 2014-11-22 19:23:35 -08:00
parent 7f6bb63683
commit ed31476dea
9 changed files with 1201 additions and 1512 deletions

View file

@ -1,6 +1,6 @@
{
"name": "paper",
"version": "0.9.20",
"version": "0.9.21",
"description": "The Swiss Army Knife of Vector Graphics Scripting",
"license": "MIT",
"homepage": "http://paperjs.org",

View file

@ -1,6 +1,6 @@
{
"name": "paper",
"version": "0.9.20",
"version": "0.9.21",
"description": "The Swiss Army Knife of Vector Graphics Scripting",
"license": "MIT",
"repo": "paperjs/paper.js",

800
dist/paper-core.js vendored

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

1082
dist/paper-full.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

789
dist/paper-node.js vendored

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "paper",
"version": "0.9.20",
"version": "0.9.21",
"description": "The Swiss Army Knife of Vector Graphics Scripting",
"license": "MIT",
"homepage": "http://paperjs.org",

View file

@ -17,7 +17,7 @@
// The paper.js version.
// NOTE: Adjust value here before calling publish.sh, which then updates and
// publishes the various JSON package files automatically.
var version = '0.9.20';
var version = '0.9.21';
var __options = {
// If this file is loaded in the browser, we're in dev mode through load.js