File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " paper" ,
3
- "version" : " 0.9.25 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"description" : " The Swiss Army Knife of Vector Graphics Scripting" ,
5
5
"license" : " MIT" ,
6
6
"repo" : " paperjs/paper.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " paper" ,
3
- "version" : " 0.9.25 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"description" : " The Swiss Army Knife of Vector Graphics Scripting" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " http://paperjs.org" ,
Original file line number Diff line number Diff line change 17
17
// The paper.js version.
18
18
// NOTE: Adjust value here before calling `gulp publish`, which then updates and
19
19
// publishes the various JSON package files automatically.
20
- var version = '0.9.25 ' ;
20
+ var version = '0.10.0 ' ;
21
21
// If this file is loaded in the browser, we're in load.js mode.
22
22
var load = typeof window === 'object' ;
23
23
You can’t perform that action at this time.
0 commit comments