From 3e4582c56b55f5ca13dab764e945a481c9fbc9eb Mon Sep 17 00:00:00 2001 From: uu59 Date: Thu, 13 Nov 2014 11:32:15 +0900 Subject: [PATCH] v0.3.7 --- ChangeLog | 5 +++++ Gemfile.lock | 2 +- lib/fluentd-ui/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6706eef..683274b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Release 0.3.7 - 2014/11/13 + +* [maintenance] Change httpclient gem as stable version. + + Release 0.3.6 - 2014/11/12 * [improve] Don't install ri and rdoc. diff --git a/Gemfile.lock b/Gemfile.lock index 11101e2..afe5456 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fluentd-ui (0.3.6) + fluentd-ui (0.3.7) addressable bundler draper (~> 1.3) diff --git a/lib/fluentd-ui/version.rb b/lib/fluentd-ui/version.rb index aad736c..b68cad9 100644 --- a/lib/fluentd-ui/version.rb +++ b/lib/fluentd-ui/version.rb @@ -1,3 +1,3 @@ module FluentdUI - VERSION = "0.3.6" + VERSION = "0.3.7" end