diff --git a/Gemfile.lock b/Gemfile.lock index c22e464..94ab8ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rebel (0.1.0) + rebel (0.2.0) GEM remote: https://rubygems.org/ diff --git a/rebel.gemspec b/rebel.gemspec index 56ca65a..aa5b00e 100644 --- a/rebel.gemspec +++ b/rebel.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'rebel' - s.version = '0.1.0' + s.version = '0.2.0' s.licenses = ['MIT'] s.summary = 'Fight against the Object tyranny' s.description = 'SQL-flavoured Ruby, or is it the other way around?'