From 7637e5eac18fd0dd17e0ba04937207fabf5e7647 Mon Sep 17 00:00:00 2001 From: Stefan Kolb Date: Mon, 7 Mar 2016 14:17:22 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 ++++- lib/nucleus/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cfa0b0e..8bb480e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,11 +11,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Removed -## [0.3.0] - 2016-03-07 +## [0.3.1] - 2016-03-07 ### Removed * Removed cloudControl adapter due to bankruptcy of the vendor +## [0.3.0] - 2016-03-07 +* Yanked due to unnecessary Gem contents increasing the overall file size + ## [0.2.0] - 2016-01-22 ### Added diff --git a/lib/nucleus/version.rb b/lib/nucleus/version.rb index c6e6f968..4615329b 100644 --- a/lib/nucleus/version.rb +++ b/lib/nucleus/version.rb @@ -1,3 +1,3 @@ module Nucleus - VERSION = '0.3.0'.freeze + VERSION = '0.3.1'.freeze end