summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2017-08-07 10:49:40 +0200
committerAzul <azul@riseup.net>2017-08-07 10:49:40 +0200
commit76c110035323a9082ba89459d1ef2ef598159509 (patch)
treea6f5866af2277bde2db5fcfabb210703c40340d1
parentea64bbf3c9494336e8dea705f0083cdf5e980538 (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
-rw-r--r--CHANGES.md9
-rw-r--r--Gemfile.lock6
-rw-r--r--lib/leap_web/version.rb2
3 files changed, 13 insertions, 4 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 7966a7c..ca99066 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,12 @@
+version 0.9.1 - bugfixes
+------------------------
+
+Plain bugfix release for 0.9:
+
+* prevent token conflicts
+* custom: fix stylesheet customization
+* fix: set token in forms correctly
+
version 0.9 - twitter feed, rails 4 and deprecations
----------------------------------------------------
diff --git a/Gemfile.lock b/Gemfile.lock
index 235cbaa..aa52649 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,13 +1,13 @@
PATH
remote: engines/billing
specs:
- leap_web_billing (0.9.0)
+ leap_web_billing (0.9.1)
braintree
PATH
remote: engines/support
specs:
- leap_web_help (0.9.0)
+ leap_web_help (0.9.1)
PATH
remote: vendor/gems/certificate_authority
@@ -380,4 +380,4 @@ DEPENDENCIES
valid_email
BUNDLED WITH
- 1.14.3
+ 1.15.3
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