mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 02:46:11 +02:00
v0.3.20
This commit is contained in:
parent
bad2ef41f0
commit
8ef124e7c7
@ -1,3 +1,7 @@
|
||||
Release 0.3.20 - 2015/04/10
|
||||
* [fixed] #175 Fix the bug password can be changed without match between new password and password confirmation.
|
||||
* [fixed] #177 Use '0.0.0.0' as host not 'localhost' (If you want to change host, you can use `--host` option with `start` command)
|
||||
|
||||
Release 0.3.19 - 2015/04/08
|
||||
* [maintenance] #170 Update some gems
|
||||
* [maintenance] #171 Update Rails to 4.2.1
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
fluentd-ui (0.3.19)
|
||||
fluentd-ui (0.3.20)
|
||||
addressable
|
||||
bundler
|
||||
diff-lcs
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
module FluentdUI
|
||||
VERSION = "0.3.19"
|
||||
VERSION = "0.3.20"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user