This commit is contained in:
uu59 2014-11-05 15:49:54 +09:00
parent a396abdd37
commit ce26c6459c
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Release 0.3.1 - 2014/11/05
* [maintenance] Update dependencies
* [maintenance] Add dep:list rake task to help package td-agent
Release 0.3.0 - 2014/10/22
* [feature] Potentially support for multiple user name (not have UI to do it)

View File

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

View File

@ -1,3 +1,3 @@
module FluentdUI
VERSION = "0.3.0"
VERSION = "0.3.1"
end