This commit is contained in:
Koichi TANAKA 2014-12-19 11:20:31 +09:00
parent 40de266d37
commit 8aa29bc176
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
Release 0.3.11 - 2014/12/19
* [improve] Save config history. Now any saved config files can be restored to the current.
Release 0.3.10 - 2014/12/17
* [maintenance] Update components.
* [improve] Add fluentd default plugin settings.

View File

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

View File

@ -1,3 +1,3 @@
module FluentdUI
VERSION = "0.3.10"
VERSION = "0.3.11"
end