diff --git a/README.md b/README.md index a588c19..05a6be7 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ When **libtoxcore** is installed, add **lita-tox** to your Lita instance's Gemfile: ```ruby -gem 'lita-tox', '~> 0.0.0' +gem 'lita-tox', '~> 0.1.0' ``` ### Configuration diff --git a/lita-tox.gemspec b/lita-tox.gemspec index 637301f..f67e1cf 100644 --- a/lita-tox.gemspec +++ b/lita-tox.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = 'lita-tox' - spec.version = '0.0.0' + spec.version = '0.1.0' spec.authors = ['Braiden Vasco'] spec.email = ['braiden-vasco@mailtor.net']