toxon
/
lita-tox
Archived
1
0
Fork 0

Merge branch 'development'

This commit is contained in:
Braiden Vasco 2015-09-14 15:28:18 +00:00
commit 8180204dae
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# Change Log
## [v0.2.0](https://github.com/braiden-vasco/lita-tox/tree/v0.2.0) (2015-09-14)
[Full Changelog](https://github.com/braiden-vasco/lita-tox/compare/v0.1.0...v0.2.0)
**Merged pull requests:**
- Implement group chats [\#20](https://github.com/braiden-vasco/lita-tox/pull/20) ([braiden-vasco](https://github.com/braiden-vasco))
- Save Tox state [\#19](https://github.com/braiden-vasco/lita-tox/pull/19) ([braiden-vasco](https://github.com/braiden-vasco))
## [v0.1.0](https://github.com/braiden-vasco/lita-tox/tree/v0.1.0) (2015-09-13)
**Merged pull requests:**

View File

@ -48,7 +48,7 @@ When **libtoxcore** is installed, add **lita-tox**
to your Lita instance's Gemfile:
```ruby
gem 'lita-tox', '~> 0.1.0'
gem 'lita-tox', '~> 0.2.0'
```
### Configuration

View File

@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = 'lita-tox'
spec.version = '0.1.0'
spec.version = '0.2.0'
spec.authors = ['Braiden Vasco']
spec.email = ['braiden-vasco@mailtor.net']