Bump version to 1.1.1

This commit is contained in:
Andre Nathan 2014-06-06 11:23:48 -03:00
parent c0daae000d
commit 3de0541985
3 changed files with 8 additions and 2 deletions

View file

@ -14,7 +14,7 @@ simply run the commands below
bundle install
bundle exec rake compile
bundle exec rake gem
gem install pkg/ruby-lxc-1.1.0.gem
gem install pkg/ruby-lxc-1.1.1.gem
```
or just add this to your ```Gemfile```
```ruby

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
ruby-lxc (1.1.1-0digirati1) trusty; urgency=low
* Version 1.1.1.
-- Andre Nathan <andre@digirati.com.br> Fri, 06 Jun 2014 11:23:11 -0300
ruby-lxc (1.1.0-0digirati1) trusty; urgency=low
* Version 1.1.0.

View file

@ -1,3 +1,3 @@
module LXC
VERSION = '1.1.0'
VERSION = '1.1.1'
end