mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Increase version number.
This commit is contained in:
parent
0f72ab35fa
commit
62453a4212
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ var PaperScope = this.PaperScope = Base.extend(/** @scope _global_ */{
|
||||||
*
|
*
|
||||||
* @type Number
|
* @type Number
|
||||||
*/
|
*/
|
||||||
version: 0.1,
|
version: 0.2,
|
||||||
|
|
||||||
initialize: function(id) {
|
initialize: function(id) {
|
||||||
/** @lends _global_# */
|
/** @lends _global_# */
|
||||||
|
|
Loading…
Reference in a new issue