From 3de05419851e3384e74dcb8dd81477503be14ba2 Mon Sep 17 00:00:00 2001 From: Andre Nathan Date: Fri, 6 Jun 2014 11:23:48 -0300 Subject: [PATCH] Bump version to 1.1.1 --- README.md | 2 +- debian/changelog | 6 ++++++ lib/lxc/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82b1c2f..42bed99 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/debian/changelog b/debian/changelog index a948a98..759ca47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ruby-lxc (1.1.1-0digirati1) trusty; urgency=low + + * Version 1.1.1. + + -- Andre Nathan Fri, 06 Jun 2014 11:23:11 -0300 + ruby-lxc (1.1.0-0digirati1) trusty; urgency=low * Version 1.1.0. diff --git a/lib/lxc/version.rb b/lib/lxc/version.rb index 0c293a0..0a84461 100644 --- a/lib/lxc/version.rb +++ b/lib/lxc/version.rb @@ -1,3 +1,3 @@ module LXC - VERSION = '1.1.0' + VERSION = '1.1.1' end