Skip to content

Commit

Permalink
Change release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Aug 14, 2013
1 parent d319a79 commit e5c52b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/Lungo.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {})
Expand Down

0 comments on commit e5c52b3

Please sign in to comment.