diff --git a/README.md b/README.md index b312520..31441ea 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ hence the name._ ## Installation ```bash -gem install minuteman --pre +gem install minuteman ``` ### Configuration diff --git a/minuteman.gemspec b/minuteman.gemspec index 5dc78c7..a122b3d 100644 --- a/minuteman.gemspec +++ b/minuteman.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "minuteman" - s.version = "2.0.0.pre" + s.version = "2.0.0" s.summary = "Bit Analytics" s.description = "Fast and furious tracking system using Redis bitwise operations" s.authors = ["elcuervo"]