|
@@ -71,7 +71,7 @@ local files = {
|
|
}
|
|
}
|
|
|
|
|
|
local header = [[
|
|
local header = [[
|
|
--- RxLua v0.0.2
|
|
|
|
|
|
+-- RxLua v0.0.3
|
|
-- https://github.com/bjornbytes/rxlua
|
|
-- https://github.com/bjornbytes/rxlua
|
|
-- MIT License
|
|
-- MIT License
|
|
|
|
|
|
@@ -79,7 +79,7 @@ local header = [[
|
|
|
|
|
|
local exports = [[
|
|
local exports = [[
|
|
exports.name = 'bjornbytes/rx'
|
|
exports.name = 'bjornbytes/rx'
|
|
-exports.version = '0.0.2'
|
|
|
|
|
|
+exports.version = '0.0.3'
|
|
exports.description = 'Reactive Extensions for Lua'
|
|
exports.description = 'Reactive Extensions for Lua'
|
|
exports.license = 'MIT'
|
|
exports.license = 'MIT'
|
|
exports.author = { url = 'https://github.com/bjornbytes' }
|
|
exports.author = { url = 'https://github.com/bjornbytes' }
|