From c0f728e8dfb9105050fc9a234a552c8864a6b25b Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Tue, 15 Sep 2015 20:15:15 +0000 Subject: [PATCH] Increment version (0.3.0) --- README.md | 2 +- lita-tox.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 691227b..9a281a5 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ When **libtoxcore** is installed, add **lita-tox** to your Lita instance's Gemfile: ```ruby -gem 'lita-tox', '~> 0.2.0' +gem 'lita-tox', '~> 0.3.0' ``` ### Configuration diff --git a/lita-tox.gemspec b/lita-tox.gemspec index 239d592..424d2c9 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.2.0' + spec.version = '0.3.0' spec.authors = ['Braiden Vasco'] spec.email = ['braiden-vasco@mailtor.net']