Increment version (0.2.0)
This commit is contained in:
parent
402b0aa4f6
commit
bb6bd1843f
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,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.1.0'
|
gem 'lita-tox', '~> 0.2.0'
|
||||||
```
|
```
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
spec.name = 'lita-tox'
|
spec.name = 'lita-tox'
|
||||||
spec.version = '0.1.0'
|
spec.version = '0.2.0'
|
||||||
spec.authors = ['Braiden Vasco']
|
spec.authors = ['Braiden Vasco']
|
||||||
spec.email = ['braiden-vasco@mailtor.net']
|
spec.email = ['braiden-vasco@mailtor.net']
|
||||||
|
|
||||||
|
|
Reference in a new issue