소스 검색

Update tools build version;

bjorn 7 년 전
부모
커밋
8b825ffc44
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tools/build.lua

+ 2 - 2
tools/build.lua

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