From 7322e63001a17e1f79bdf9d898ec3cb08255f4df Mon Sep 17 00:00:00 2001 From: Marquis Kurt Date: Fri, 11 Oct 2019 11:16:10 -0400 Subject: [PATCH] Update Hyperspace version to 1.0.0 Signed-off-by: Marquis Kurt --- package-lock.json | 2 +- package.json | 3 ++- public/config.json | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0096cfc..adacf30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hyperspace", - "version": "1.0.0-gm", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7513625..3fe53c4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hyperspace", "productName": "Hyperspace", - "version": "1.0.0-gm", + "version": "1.0.0", "description": "A beautiful, fluffy client for the fediverse", "author": "Marquis Kurt ", "repository": "https://github.com/hyperspacedev/hyperspace.git", @@ -87,6 +87,7 @@ }, "mas": { "entitlements": "desktop/entitlements.mas.plist", + "entitlementsInherit": "desktop/entitlements.mas.inherit.plist", "provisioningProfile": "desktop/embedded.provisionprofile" }, "dmg": { diff --git a/public/config.json b/public/config.json index 4e8488c..d6b2b07 100644 --- a/public/config.json +++ b/public/config.json @@ -1,12 +1,12 @@ { - "version": "1.0.0gm", - "location": "https://hyperspaceapp-next.herokuapp.com", + "version": "1.0.0", + "location": "https://hyperspaceapp.herokuapp.com", "branding": { "name": "Hyperspace", "logo": "logo.svg", "background": "background.png" }, - "developer": true, + "developer": false, "federation": { "universalLogin": true, "allowPublicPosts": true,