mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
Release version 0.11.8
This commit is contained in:
parent
c9f4f730a9
commit
e5cedd3cef
7 changed files with 31701 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# Change Log
|
||||
|
||||
## `0.11.7`
|
||||
## `0.11.8`
|
||||
|
||||
### News
|
||||
|
||||
|
|
1
dist/paper-core.js
vendored
1
dist/paper-core.js
vendored
|
@ -1 +0,0 @@
|
|||
../src/load.js
|
14977
dist/paper-core.js
vendored
Normal file
14977
dist/paper-core.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
1
dist/paper-full.js
vendored
1
dist/paper-full.js
vendored
|
@ -1 +0,0 @@
|
|||
../src/load.js
|
16719
dist/paper-full.js
vendored
Normal file
16719
dist/paper-full.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "paper",
|
||||
"version": "0.11.7",
|
||||
"version": "0.11.8",
|
||||
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||||
"license": "MIT",
|
||||
"homepage": "http://paperjs.org",
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit afd2bbbf1cea00f1f94ff89c8a3dd370888ac705
|
||||
Subproject commit f601084fc319734d0bf47da700d6b6bff95260ba
|
|
@ -1 +1 @@
|
|||
Subproject commit f6794e0749cfb65d5138f3512fc0eee755bc1829
|
||||
Subproject commit a07b7d149f02e980dfd837cd595f5000a9d5e052
|
|
@ -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.11.7';
|
||||
var version = '0.11.8';
|
||||
|
||||
// If this file is loaded in the browser, we're in load.js mode.
|
||||
var load = typeof window === 'object';
|
||||
|
|
Loading…
Reference in a new issue