Skip to content

Commit

Permalink
Release 2.0.rc13-0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajacksified committed Sep 24, 2018
1 parent 10f3fff commit a3c62fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions busted-2.0.rc12-1.rockspec → busted-2.0.rc13-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = 'busted'
version = '2.0.rc12-1'
version = '2.0.rc13-0'
source = {
url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc12-1.tar.gz',
dir = 'busted-2.0.rc12-1'
url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc13-0.tar.gz',
dir = 'busted-2.0.rc13-0'
}
description = {
summary = 'Elegant Lua unit testing.',
Expand Down
2 changes: 1 addition & 1 deletion busted/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ return function()
local mediator = require 'mediator'()

local busted = {}
busted.version = '2.0.rc12-0'
busted.version = '2.0.rc13-0'

local root = require 'busted.context'()
busted.context = root.ref()
Expand Down

0 comments on commit a3c62fe

Please sign in to comment.