diff --git a/Gemfile.lock b/Gemfile.lock
index 8a2abc2737afb2d92ecd07fc3a4ba2579ef9708d..2ee1037fa0d36e57db3b1f1e9f6de3a7119a5185 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,13 +1,13 @@
 PATH
   remote: engines/billing
   specs:
-    leap_web_billing (0.9.1)
+    leap_web_billing (0.9.2)
       braintree
 
 PATH
   remote: engines/support
   specs:
-    leap_web_help (0.9.1)
+    leap_web_help (0.9.2)
 
 PATH
   remote: vendor/gems/certificate_authority
diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb
index 0c4f19d6d2c3551965afaf4d97ec7fd543770949..fcce54a6f836caeb33e0c19154231f12b1ea79b6 100644
--- a/lib/leap_web/version.rb
+++ b/lib/leap_web/version.rb
@@ -1,3 +1,3 @@
 module LeapWeb
-  VERSION = "0.9.1" unless defined?(LeapWeb::VERSION)
+  VERSION = "0.9.2" unless defined?(LeapWeb::VERSION)
 end