Skip to content

Commit

Permalink
radio/init: update package version for v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
vsergeev committed Apr 18, 2016
1 parent e70a0ea commit a480110
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions radio/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ assert(pcall(require, 'ffi') and pcall(require, 'jit'), 'Error: LuaRadio require

local radio = {
-- Version
_VERSION = "0.0.14",
version = "0.0.14",
version_number = 000014,
_VERSION = "0.0.15",
version = "0.0.15",
version_number = 000015,

-- Core modules
platform = require('radio.core.platform'),
Expand Down

0 comments on commit a480110

Please sign in to comment.