diff options
author | Azul <azul@leap.se> | 2013-11-04 12:20:07 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-11-04 12:20:13 +0100 |
commit | 7e93258f552d6fd1114626561e6393aa483228fe (patch) | |
tree | 54d2f195e61a898e547fe3ec89bc516d24af2bad | |
parent | 7aaedeaf6fdd2d84ebab7bde2f6a6bdcf8d930b8 (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.rb | 2 |
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 |