Skip to content

Commit 0b31b5f

Browse files
committed
Release version 0.10.0
1 parent 6aa983f commit 0b31b5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "paper",
3-
"version": "0.9.25",
3+
"version": "0.10.0",
44
"description": "The Swiss Army Knife of Vector Graphics Scripting",
55
"license": "MIT",
66
"repo": "paperjs/paper.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "paper",
3-
"version": "0.9.25",
3+
"version": "0.10.0",
44
"description": "The Swiss Army Knife of Vector Graphics Scripting",
55
"license": "MIT",
66
"homepage": "http://paperjs.org",

src/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// The paper.js version.
1818
// NOTE: Adjust value here before calling `gulp publish`, which then updates and
1919
// publishes the various JSON package files automatically.
20-
var version = '0.9.25';
20+
var version = '0.10.0';
2121
// If this file is loaded in the browser, we're in load.js mode.
2222
var load = typeof window === 'object';
2323

0 commit comments

Comments
 (0)