Skip to content

Commit

Permalink
v2.0.rc9
Browse files Browse the repository at this point in the history
  • Loading branch information
ajacksified committed May 30, 2015
1 parent a817b83 commit f930f81
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.rc8-0.rockspec → busted-2.0.rc9-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = 'busted'
version = '2.0.rc8-0'
version = '2.0.rc9-0'
source = {
url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc8-0.tar.gz',
dir = 'busted-2.0.rc8-0'
url = 'https://github.com/Olivine-Labs/busted/archive/v2.0.rc9-0.tar.gz',
dir = 'busted-2.0.rc9-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 @@ -44,7 +44,7 @@ return function()
local mediator = require 'mediator'()

local busted = {}
busted.version = '2.0.rc8-0'
busted.version = '2.0.rc9-0'

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

0 comments on commit f930f81

Please sign in to comment.