mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
Bump version to v0.9.18
This commit is contained in:
parent
495e10e408
commit
2111e76804
10 changed files with 906 additions and 830 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "paper",
|
||||
"version": "0.9.17",
|
||||
"version": "0.9.18",
|
||||
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||||
"license": "MIT",
|
||||
"homepage": "http://paperjs.org",
|
||||
|
|
|
@ -42,6 +42,7 @@ update_version 'package.json'
|
|||
update_version 'bower.json'
|
||||
update_version 'component.json'
|
||||
# Add changed json configuration files
|
||||
git add -u src/options.js # Commit as well, since it was manually bumped.
|
||||
git add -u package.json
|
||||
git add -u bower.json
|
||||
git add -u component.json
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "paper",
|
||||
"version": "0.9.17",
|
||||
"version": "0.9.18",
|
||||
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||||
"license": "MIT",
|
||||
"repo": "paperjs/paper.js",
|
||||
|
|
569
dist/paper-core.js
vendored
569
dist/paper-core.js
vendored
File diff suppressed because it is too large
Load diff
16
dist/paper-core.min.js
vendored
16
dist/paper-core.min.js
vendored
File diff suppressed because one or more lines are too long
571
dist/paper-full.js
vendored
571
dist/paper-full.js
vendored
File diff suppressed because it is too large
Load diff
18
dist/paper-full.min.js
vendored
18
dist/paper-full.min.js
vendored
File diff suppressed because one or more lines are too long
553
dist/paper-node.js
vendored
553
dist/paper-node.js
vendored
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "paper",
|
||||
"version": "0.9.17",
|
||||
"version": "0.9.18",
|
||||
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||||
"license": "MIT",
|
||||
"homepage": "http://paperjs.org",
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
var __options = {
|
||||
parser: 'acorn',
|
||||
version: '0.9.17',
|
||||
version: '0.9.18',
|
||||
environment: 'browser',
|
||||
legacy: true,
|
||||
stats: true,
|
||||
|
|
Loading…
Reference in a new issue