From 90c3fc431133cf18d83afd8e394e45c0bd5f63ac Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 4 Dec 2017 09:03:00 +0100 Subject: Version 0.9.3 - bugfixes * on invalid key upload respond with error and 422 response code * fix alternate email address dialogue * publish public key in webfinger * update translations from transifex * hand out config.json without auth * sanity checks on user params * cleanup temp invites from server tests so they do not clutter admin ui --- lib/leap_web/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb index fcce54a..0a81cdf 100644 --- a/lib/leap_web/version.rb +++ b/lib/leap_web/version.rb @@ -1,3 +1,3 @@ module LeapWeb - VERSION = "0.9.2" unless defined?(LeapWeb::VERSION) + VERSION = "0.9.3" unless defined?(LeapWeb::VERSION) end -- cgit v1.2.3