Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from mgrachev/release
Browse files Browse the repository at this point in the history
Release v1.1.0
  • Loading branch information
mgrachev committed Aug 27, 2020
2 parents f8ef81d + 162dc35 commit cd4d061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gastly.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake', '~> 12.3'
spec.add_development_dependency 'rubocop'
spec.add_development_dependency 'rubocop', '0.68'
spec.add_development_dependency 'rspec', '~> 3.4.0'

spec.add_dependency 'phantomjs', '~> 2.1.1'
Expand Down
2 changes: 1 addition & 1 deletion lib/gastly/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Gastly
VERSION = '1.0.1'
VERSION = '1.1.0'
end

0 comments on commit cd4d061

Please sign in to comment.