Skip to content

Commit

Permalink
v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ajacksified committed Jun 28, 2019
1 parent 7e77523 commit c1c8d66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions luassert-1.7.11-0.rockspec → luassert-1.8.0-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "luassert"
version = "1.7.11-0"
version = "1.8.0-0"
source = {
url = "https://github.com/Olivine-Labs/luassert/archive/v1.7.11.tar.gz",
dir = "luassert-1.7.11"
url = "https://github.com/Olivine-Labs/luassert/archive/v1.8.0.tar.gz",
dir = "luassert-1.8.0"
}
description = {
summary = "Lua Assertions Extension",
Expand Down
2 changes: 1 addition & 1 deletion src/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local assert = require('luassert.assert')

assert._COPYRIGHT = "Copyright (c) 2018 Olivine Labs, LLC."
assert._DESCRIPTION = "Extends Lua's built-in assertions to provide additional tests and the ability to create your own."
assert._VERSION = "Luassert 1.7.11"
assert._VERSION = "Luassert 1.8.0"

-- load basic asserts
require('luassert.assertions')
Expand Down

0 comments on commit c1c8d66

Please sign in to comment.