Skip to content

Commit

Permalink
Bump versions and publish 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Aug 11, 2015
1 parent bc30650 commit 22f11b0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
* Changes between 2.4.3 and 2.4.4

* Libuv update to 1.7.0 [Tim Caswell]
* lpeg added to luvi [George Zhao]
* Repl injects modules [Kaustav Haldar]

* Changes between 2.4.2 and 2.4.3

* tls: fix infinite loop within handshake [Ryan Phillips]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
APP_FILES=$(shell find . -type f -name '*.lua')
BIN_ROOT=lit/luvi-binaries/$(shell uname -s)_$(shell uname -m)
LIT_VERSION=2.2.1
LIT_VERSION=2.2.5

LUVIT_TAG=$(shell git describe)
LUVIT_ARCH=$(shell uname -s)_$(shell uname -m)
Expand Down
2 changes: 1 addition & 1 deletion deps/repl.lua
Expand Up @@ -17,7 +17,7 @@ limitations under the License.
--]]
exports.name = "luvit/repl"
exports.version = "1.2.0"
exports.version = "1.3.0"
exports.dependencies = {
"luvit/utils@1.0.0",
"luvit/readline@1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion make.bat
@@ -1,5 +1,5 @@
@ECHO off
@SET LIT_VERSION=2.2.1
@SET LIT_VERSION=2.2.5

IF NOT "x%1" == "x" GOTO :%1

Expand Down
6 changes: 3 additions & 3 deletions package.lua
@@ -1,8 +1,8 @@
return {
name = "luvit/luvit",
version = "2.4.3",
version = "2.4.4",
luvi = {
version = "2.1.8",
version = "2.2.0",
flavor = "regular",
},
license = "Apache 2",
Expand Down Expand Up @@ -40,7 +40,7 @@ return {
"luvit/process@1.1.1",
"luvit/querystring@1.0.1",
"luvit/readline@1.1.1",
"luvit/repl@1.2.0",
"luvit/repl@1.3.0",
"luvit/require@1.2.2",
"luvit/stream@1.1.0",
"luvit/timer@1.0.0",
Expand Down

0 comments on commit 22f11b0

Please sign in to comment.