0.5.11 version number update and packed version

This commit is contained in:
Dmitry Baranovskiy 2008-12-23 17:47:12 +11:00
parent 2476336223
commit 8b34828062
2 changed files with 9 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*
* Raphael 0.5.10 - JavaScript Vector Library
* Raphael 0.5.11 - JavaScript Vector Library
*
* Copyright (c) 2008 Dmitry Baranovskiy (raphaeljs.com)
* Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license.
@ -8,7 +8,7 @@ var Raphael = (function (type) {
var r = function () {
return r._create.apply(r, arguments);
};
r.version = "0.5.10";
r.version = "0.5.11";
r.type = type;
var C = {};
function Matrix(m11, m12, m21, m22, dx, dy) {