This commit is contained in:
uu59 2014-11-19 15:14:25 +09:00
parent a36e372086
commit 334df6d47c
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Release 0.3.8 - 2014/11/19
* [improve] Recommended plugins are updated.
* [fixed] Plugin installation on td-agent-ui.
Release 0.3.7 - 2014/11/13
* [maintenance] Change httpclient gem as stable version.

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluentd-ui (0.3.7)
fluentd-ui (0.3.8)
addressable
bundler
draper (~> 1.3)

View File

@ -1,3 +1,3 @@
module FluentdUI
VERSION = "0.3.7"
VERSION = "0.3.8"
end