Skip to content

Commit e8b37ad

Browse files
committed
Bump version
1 parent ba508aa commit e8b37ad

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

assertthat-bdd.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = %q{assertthat-bdd}
3-
s.version = "1.0.0"
3+
s.version = "1.0.1"
44
s.date = %q{2018-12-07}
55
s.summary = %q{AssertThat bdd integration for Ruby}
66
s.authors = ["Glib Briia"]

bin/assertthat-bdd-features

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'assertthat-bdd'
33
require 'optparse'
44

5-
VERSION = '1.0.0'
5+
VERSION = '1.0.1'
66

77
options = {}
88
OptionParser.new do |opt|

bin/assertthat-bdd-report

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'assertthat-bdd'
33
require 'optparse'
44

5-
VERSION = '0.0.1'
5+
VERSION = '1.0.1'
66

77
options = {}
88
OptionParser.new do |opt|

0 commit comments

Comments
 (0)