diff options
author | Azul <azul@riseup.net> | 2017-08-07 10:49:40 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2017-08-07 10:49:40 +0200 |
commit | 76c110035323a9082ba89459d1ef2ef598159509 (patch) | |
tree | a6f5866af2277bde2db5fcfabb210703c40340d1 /lib/leap_web/version.rb | |
parent | ea64bbf3c9494336e8dea705f0083cdf5e980538 (diff) |
Version 0.9.1 - bugfixes0.9.1
Plain bugfix release for 0.9:
* prevent token conflicts
* custom: fix stylesheet customization
* fix: set token in forms correctly
Diffstat (limited to 'lib/leap_web/version.rb')
-rw-r--r-- | lib/leap_web/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb index ba2eb87..0c4f19d 100644 --- a/lib/leap_web/version.rb +++ b/lib/leap_web/version.rb @@ -1,3 +1,3 @@ module LeapWeb - VERSION = "0.9.0" unless defined?(LeapWeb::VERSION) + VERSION = "0.9.1" unless defined?(LeapWeb::VERSION) end |