From 0b31b5fdc67ff484dee6f89c525f4f16c066a555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sat, 9 Jul 2016 16:37:39 +0200 Subject: [PATCH] Release version 0.10.0 --- component.json | 2 +- package.json | 2 +- src/options.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/component.json b/component.json index 485411c8..02810bfc 100644 --- a/component.json +++ b/component.json @@ -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", diff --git a/package.json b/package.json index 210231f0..6535c60a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/options.js b/src/options.js index e7d5fcf2..6f09bab8 100644 --- a/src/options.js +++ b/src/options.js @@ -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';