Release version 0.10.2

This commit is contained in:
Jürg Lehni 2016-07-09 21:04:37 +02:00
parent 0311c267f5
commit a02f181c00
7 changed files with 28952 additions and 3 deletions

View file

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

14249
dist/paper-core.js vendored Normal file

File diff suppressed because it is too large Load diff

38
dist/paper-core.min.js vendored Normal file

File diff suppressed because one or more lines are too long

14623
dist/paper-full.js vendored Normal file

File diff suppressed because one or more lines are too long

39
dist/paper-full.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "paper",
"version": "0.10.1",
"version": "0.10.2",
"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 `gulp publish`, which then updates and
// publishes the various JSON package files automatically.
var version = '0.10.1';
var version = '0.10.2';
// If this file is loaded in the browser, we're in load.js mode.
var load = typeof window === 'object';