Skip to content

Commit a3c62fe

Browse files
committed
Release 2.0.rc13-0
1 parent 10f3fff commit a3c62fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

busted-2.0.rc12-1.rockspec busted-2.0.rc13-0.rockspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = 'busted'
2-
version = '2.0.rc12-1'
2+
version = '2.0.rc13-0'
33
source = {
4-
url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc12-1.tar.gz',
5-
dir = 'busted-2.0.rc12-1'
4+
url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc13-0.tar.gz',
5+
dir = 'busted-2.0.rc13-0'
66
}
77
description = {
88
summary = 'Elegant Lua unit testing.',

busted/core.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ return function()
4545
local mediator = require 'mediator'()
4646

4747
local busted = {}
48-
busted.version = '2.0.rc12-0'
48+
busted.version = '2.0.rc13-0'
4949

5050
local root = require 'busted.context'()
5151
busted.context = root.ref()

0 commit comments

Comments
 (0)