Skip to content

Commit

Permalink
radio/init: update package version for v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsergeev committed Nov 21, 2016
1 parent a1f19a3 commit 5ac6329
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions radio/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ assert(pcall(require, 'ffi') and pcall(require, 'jit'), 'Error: LuaRadio require
-- @tfield module platform Platform module.
local radio = {
-- Version
_VERSION = "0.4.0",
version = "0.4.0",
version_number = 000400,
version_info = {major = 0, minor = 4, patch = 0},
_VERSION = "0.5.0",
version = "0.5.0",
version_number = 000500,
version_info = {major = 0, minor = 5, patch = 0},

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

0 comments on commit 5ac6329

Please sign in to comment.