Release version 0.10.0

This commit is contained in:
Jürg Lehni 2016-07-09 16:37:39 +02:00
parent 6aa983f367
commit 0b31b5fdc6
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "paper",
"version": "0.9.25",
"version": "0.10.0",
"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.9.25';
var version = '0.10.0';
// If this file is loaded in the browser, we're in load.js mode.
var load = typeof window === 'object';