toxon
/
lita-tox
Archived
1
0
Fork 0

Increment version (0.1.0)

This commit is contained in:
Braiden Vasco 2015-09-13 20:46:26 +00:00
parent 8c61abd417
commit 085f9d2076
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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']