瀏覽代碼

Change release 2.2.1

soyjavi 13 年之前
父節點
當前提交
e5c52b3024
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      package.json
  2. 1 1
      src/Lungo.coffee

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "lungo",
   "name": "lungo",
-  "version": "2.2.0",
+  "version": "2.2.1",
   "description": "HTML5 Cross-Device Framework.",
   "description": "HTML5 Cross-Device Framework.",
   "homepage": "http://lungo.tapquo.com",
   "homepage": "http://lungo.tapquo.com",
   "author": {
   "author": {

+ 1 - 1
src/Lungo.coffee

@@ -9,7 +9,7 @@ Copyright (c) 2011-2013 Tapquo S.L. - Licensed GPLv3, Commercial
 
 
 window.Lungo = Lungo = {}
 window.Lungo = Lungo = {}
 
 
-Lungo.VERSION = "2.2.0"
+Lungo.VERSION = "2.2.1"
 Lungo.DEVICE = null
 Lungo.DEVICE = null
 Lungo.Config or (Lungo.Config = {})
 Lungo.Config or (Lungo.Config = {})
 Lungo.Element or (Lungo.Element = {})
 Lungo.Element or (Lungo.Element = {})