Merge pull request #235 from fluent/release-alpha2

Release v1.0.0-alpha.2
This commit is contained in:
okkez 2018-05-24 15:13:52 +09:00 committed by GitHub
commit 3adf41fe02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
## Release 1.0.0-alpha.2 - 2018/05/24
* [fixed] Update HTML classes [#234](https://github.com/fluent/fluentd-ui/pull/234)
* Use rails-ujs npm package
## Release 1.0.0-alpha.1 - 2018/05/22
* [maintenance] Use Rails 5.2.0 [#223](https://github.com/fluent/fluentd-ui/pull/223)

View File

@ -1,3 +1,3 @@
module FluentdUI
VERSION = "1.0.0.alpha.1"
VERSION = "1.0.0.alpha.2"
end