From 61a2d5b91fea93a07f04fda5d6f702fea6a78780 Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Fri, 23 Mar 2018 22:57:39 +0000 Subject: [PATCH] Bump version (0.5.0) --- README.md | 2 +- lita-tox.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d025043..76c1b15 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ When **libtoxcore** is installed, add **lita-tox** to your Lita instance's Gemfile: ```ruby -gem 'lita-tox', '~> 0.4.0' +gem 'lita-tox', '~> 0.5.0' ``` ### Configuration diff --git a/lita-tox.gemspec b/lita-tox.gemspec index b17656d..2ab7190 100644 --- a/lita-tox.gemspec +++ b/lita-tox.gemspec @@ -6,7 +6,7 @@ $LOAD_PATH.unshift lib unless $LOAD_PATH.include? lib Gem::Specification.new do |spec| spec.name = 'lita-tox' - spec.version = '0.4.0' + spec.version = '0.5.0' spec.license = 'GPL-3.0' spec.homepage = 'https://github.com/toxon/lita-tox' spec.summary = 'Tox adapter for the Lita chat bot'