diff options
author | elijah <elijah@riseup.net> | 2016-12-22 09:46:33 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-12-22 09:46:33 -0800 |
commit | 627b8ef2e14dcbce2f057f163bee67cea8aa4443 (patch) | |
tree | 8bf6777924e2c356654ea150c69b6e6d7e29fc3a | |
parent | 8ab553dfcaa1aff10123d15c908117b59d2d5b7d (diff) |
COMPATIBILITY CHANGE: set platform version to 0.10 & require client 0.9.4 or later
-rw-r--r-- | platform.rb | 2 | ||||
-rw-r--r-- | provider_base/provider.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/platform.rb b/platform.rb index 2ff0a27f..935fa385 100644 --- a/platform.rb +++ b/platform.rb @@ -4,7 +4,7 @@ # Leap::Platform.define do - self.version = "0.9" + self.version = "0.10" self.compatible_cli = "1.9".."1.99" # diff --git a/provider_base/provider.json b/provider_base/provider.json index 81b2ea98..521c682f 100644 --- a/provider_base/provider.json +++ b/provider_base/provider.json @@ -58,7 +58,7 @@ } }, "client_version": { - "min": "0.7", + "min": "0.9.4", "max": null } } |