summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-11-04 12:20:07 +0100
committerAzul <azul@leap.se>2013-11-04 12:20:13 +0100
commit7e93258f552d6fd1114626561e6393aa483228fe (patch)
tree54d2f195e61a898e547fe3ec89bc516d24af2bad
parent7aaedeaf6fdd2d84ebab7bde2f6a6bdcf8d930b8 (diff)
Version 0.2.60.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
-rw-r--r--lib/leap_web/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb
index 009ee29..0ac6e09 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