This commit is contained in:
uu59 2015-01-28 13:36:28 +09:00
parent bd03400d36
commit 4e505969d8
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Release 0.3.13 - 2015/01/28
* [improve] #143 Use CodeMirror for setting edit
Release 0.3.12 - 2015/01/16
* [maintenance] #126-#131, #135, #138,#139 #CodeClimate score is now 4.0! special thanks to @rthbound for many pull-requests.
* [fixed] #133 Incompatible config generated on out_s3 version 0.5.x or newer.

View File

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

View File

@ -1,3 +1,3 @@
module FluentdUI
VERSION = "0.3.12"
VERSION = "0.3.13"
end