This commit is contained in:
uu59 2014-11-12 13:09:40 +09:00
parent 747a13b877
commit 5eb864ca37
3 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,10 @@
Release 0.3.4 - 2014/11/12
Release 0.3.5 - 2014/11/12
* [fixed] `/etc/init.d/td-agent stop` was killing the td-agent-ui on Debian based distributions.
Release 0.3.4 - 2014/11/12
* yanked
Release 0.3.3 - 2014/11/11

View File

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

View File

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