This commit is contained in:
yoshihara 2015-04-08 13:03:44 +09:00
parent fe993e01ba
commit 49e496d261
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Release 0.3.19 - 2015/04/08
* [maintenance] #170 Update some gems
* [maintenance] #171 Update Rails to 4.2.1
* [maintenance] #173 Add Rake task to clean files under tmp/ directory (for packaging)
Release 0.3.18 - 2015/04/02
* [fixed] #167 Apply bootstrap css to inputboxes in signin form
* [fixed] #168 Fix the behavor mismatch between configtest and update (update failed but configtest is OK)

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluentd-ui (0.3.18)
fluentd-ui (0.3.19)
addressable
bundler
diff-lcs

View File

@ -1,3 +1,3 @@
module FluentdUI
VERSION = "0.3.18"
VERSION = "0.3.19"
end