From 66049f7028f1e2f52dff7775f568864b1b29bf0c Mon Sep 17 00:00:00 2001 From: Daniel Lobato Date: Wed, 10 Dec 2014 10:56:04 +0100 Subject: [PATCH] Bump to version 0.0.3 --- README.md | 4 ---- lib/foreman_digitalocean/version.rb | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 197f274..bc6ef12 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,6 @@ Then run `bundle install` from the same directory To verify that the installation was successful, go to Foreman, top bar **Administer > About** and check 'foreman_digitalocean' shows up in the **System Status** menu under the Plugins tab. -### Packages - -rpms & debs will be in the official Foreman plugins repository soon. - ## Configuration Go to **Infrastructure > Compute Resources** and click on "New Compute Resource". diff --git a/lib/foreman_digitalocean/version.rb b/lib/foreman_digitalocean/version.rb index 6bfb522..4d078f3 100644 --- a/lib/foreman_digitalocean/version.rb +++ b/lib/foreman_digitalocean/version.rb @@ -1,3 +1,3 @@ module ForemanDigitalocean - VERSION = '0.0.2' + VERSION = '0.0.3' end