diff options
-rw-r--r-- | provider.development.json | 2 | ||||
-rw-r--r-- | provider.unstable.json | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/provider.development.json b/provider.development.json index f8bef12..31d18eb 100644 --- a/provider.development.json +++ b/provider.development.json @@ -3,7 +3,7 @@ "allow_anonymous": false }, "platform": { - "branch": "develop" + "branch": "0.7.0" }, "contacts": { "default": "micah@leap.se" diff --git a/provider.unstable.json b/provider.unstable.json index 0ed00b0..ae9d527 100644 --- a/provider.unstable.json +++ b/provider.unstable.json @@ -1,8 +1,8 @@ { "service": { "allow_anonymous": false - // }, - //"platform": { - // "branch": "develop" + }, + "platform": { + "branch": "0.7.0" } } |