This commit is contained in:
uu59 2014-11-12 13:07:11 +09:00
parent 801c6cf925
commit 747a13b877
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Release 0.3.4 - 2014/11/12
* [fixed] `/etc/init.d/td-agent stop` was killing the td-agent-ui on Debian based distributions.
Release 0.3.3 - 2014/11/11
* [fixed] td-agent detection on Mac OS X

View File

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

View File

@ -1,3 +1,3 @@
module FluentdUI
VERSION = "0.3.3"
VERSION = "0.3.4"
end