Skip to content

Commit

Permalink
version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdugne committed Sep 15, 2017
1 parent aec2384 commit fa2cc40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cherry/core/app.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ local _ = require 'cherry.libs.underscore'

local App = {
name = 'Uralys',
cherryVersion = '2.5.0',
cherryVersion = _G.CHERRY_VERSION,
version = '0.0.1',
IOS_ID = 'XXXXX',

Expand Down
3 changes: 3 additions & 0 deletions cherry/main.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
--------------------------------------------------------------------------------
_G.CHERRY_VERSION = '2.6.0'
--------------------------------------------------------------------------------
-- corona
_G.composer = _G.composer or require 'composer'

Expand Down

0 comments on commit fa2cc40

Please sign in to comment.