From 696c6c6a4c3bc4812d7ab14afd7f0e3f30eb6709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=20Mar=C3=ADa=20Mart=C3=ADnez=20G=C3=B3mez?= Date: Thu, 1 Mar 2018 16:35:51 +0100 Subject: [PATCH] Prepare version 0.3.1 Fix Trollolo executable. Fix #181. --- CHANGELOG.md | 4 ++++ lib/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba22a7c..6c7bcab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Trollolo Changelog +## Version 0.3.1 + +* Fix Trollolo executable. Fix #181. + ## Version 0.3.0 * Support for Ruby >= 2.2, including Ruby 2.5 diff --git a/lib/version.rb b/lib/version.rb index 7a0e09d..a802254 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,5 +1,5 @@ module Trollolo - VERSION = '0.3.0'.freeze + VERSION = '0.3.1'.freeze end