Bump version to v0.9.22

This commit is contained in:
Jürg Lehni 2015-02-28 19:22:45 +01:00
parent 993a9df178
commit 143e71d8f9
9 changed files with 1772 additions and 1349 deletions

View file

@ -1,6 +1,6 @@
{
"name": "paper",
"version": "0.9.21",
"version": "0.9.22",
"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.21",
"version": "0.9.22",
"description": "The Swiss Army Knife of Vector Graphics Scripting",
"license": "MIT",
"repo": "paperjs/paper.js",

1043
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

1045
dist/paper-full.js vendored

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

991
dist/paper-node.js vendored

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "paper",
"version": "0.9.21",
"version": "0.9.22",
"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.21';
var version = '0.9.22';
var __options = {
// If this file is loaded in the browser, we're in dev mode through load.js