Bump version (0.5.0)
This commit is contained in:
parent
df07cc6e21
commit
61a2d5b91f
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ When **libtoxcore** is installed, add **lita-tox**
|
||||||
to your Lita instance's Gemfile:
|
to your Lita instance's Gemfile:
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
gem 'lita-tox', '~> 0.4.0'
|
gem 'lita-tox', '~> 0.5.0'
|
||||||
```
|
```
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
|
@ -6,7 +6,7 @@ $LOAD_PATH.unshift lib unless $LOAD_PATH.include? lib
|
||||||
|
|
||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
spec.name = 'lita-tox'
|
spec.name = 'lita-tox'
|
||||||
spec.version = '0.4.0'
|
spec.version = '0.5.0'
|
||||||
spec.license = 'GPL-3.0'
|
spec.license = 'GPL-3.0'
|
||||||
spec.homepage = 'https://github.com/toxon/lita-tox'
|
spec.homepage = 'https://github.com/toxon/lita-tox'
|
||||||
spec.summary = 'Tox adapter for the Lita chat bot'
|
spec.summary = 'Tox adapter for the Lita chat bot'
|
||||||
|
|
Reference in a new issue