Skip to content

Commit

Permalink
Release version 1.1.4
Browse files Browse the repository at this point in the history
* Readme improvements
* Slight fix in `runliluat --help`
  • Loading branch information
FSMaxB committed Apr 12, 2016
1 parent f5d1844 commit 4d85930
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions liluat-1.1.3-1.rockspec → liluat-1.1.4-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "liluat"
version = "1.1.3-1"
version = "1.1.4-1"

source = {
url = "git://github.com/FSMaxB/liluat",
tag = "v1.1.3"
tag = "v1.1.4"
}

description = {
Expand Down
2 changes: 1 addition & 1 deletion liluat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ local liluat = {

-- print the current version
liluat.version = function ()
return "1.1.3"
return "1.1.4"
end

-- returns a string containing the fist line until the last line
Expand Down
2 changes: 1 addition & 1 deletion spec/liluat_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ __liluat_output_function("more text")]]

describe("version", function ()
it("should return the current version number", function ()
assert.equal("1.1.3", liluat.version())
assert.equal("1.1.4", liluat.version())
end)
end)

Expand Down

0 comments on commit 4d85930

Please sign in to comment.