Skip to content

Commit

Permalink
radio/init: update package version for v0.10.0
Browse files Browse the repository at this point in the history
vsergeev committed Jun 9, 2021
1 parent ce2117a commit de7af4a
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
@@ -15,10 +15,10 @@ assert(pcall(require, 'ffi') and pcall(require, 'jit'), 'Error: LuaRadio require

local radio = {
-- Version
_VERSION = "0.9.1",
version = "0.9.1",
version_number = 000901,
version_info = {major = 0, minor = 9, patch = 1},
_VERSION = "0.10.0",
version = "0.10.0",
version_number = 001000,
version_info = {major = 0, minor = 10, patch = 0},

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

0 comments on commit de7af4a

Please sign in to comment.