From 7e93258f552d6fd1114626561e6393aa483228fe Mon Sep 17 00:00:00 2001
From: Azul <azul@leap.se>
Date: Mon, 4 Nov 2013 12:20:07 +0100
Subject: [PATCH] Version 0.2.6

* reset button state from 'loading...' after failed login attempt
  (#4231)
* use https sources in Gemfiles and documentation(#4109)
* include Gemfile.lock to prevent unintended updates (#4174)
* fixed download urls to get latest versions for mac, android and
  windows
* test api login with umlauts in password
---
 lib/leap_web/version.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb
index 009ee292..0ac6e092 100644
--- a/lib/leap_web/version.rb
+++ b/lib/leap_web/version.rb
@@ -1,3 +1,3 @@
 module LeapWeb
-  VERSION = "0.2.5" unless defined?(LeapWeb::VERSION)
+  VERSION = "0.2.6" unless defined?(LeapWeb::VERSION)
 end
-- 
GitLab