Skip to content

Commit

Permalink
Bump version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brutuscat committed Aug 17, 2020
1 parent 49bb144 commit ce421c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0.pre.2
1.0.0
2 changes: 1 addition & 1 deletion lib/medusa/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Medusa
VERSION = '1.0.0.pre.2'
VERSION = '1.0.0'
end
2 changes: 1 addition & 1 deletion medusa.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s|
s.name = 'medusa-crawler'
s.version = '1.0.0.pre.2'
s.version = '1.0.0'
s.summary = 'Medusa is a ruby crawler framework'
s.authors = ['Mauro Asprea', 'Chris Kite']
s.homepage = 'https://github.com/brutuscat/medusa-crawler'
Expand Down

0 comments on commit ce421c8

Please sign in to comment.