Sfoglia il codice sorgente

Change release 2.2.1

soyjavi 13 anni fa
parent
commit
e5c52b3024
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      package.json
  2. 1 1
      src/Lungo.coffee

+ 1 - 1
package.json

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

+ 1 - 1
src/Lungo.coffee

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