1
0
mirror of https://github.com/hyperspacedev/hyperspace synced 2025-02-03 10:47:32 +01:00

Update Hyperspace version to 1.0.0

Signed-off-by: Marquis Kurt <software@marquiskurt.net>
This commit is contained in:
Marquis Kurt 2019-10-11 11:16:10 -04:00
parent e62962b82f
commit 7322e63001
No known key found for this signature in database
GPG Key ID: 725636D259F5402D
3 changed files with 6 additions and 5 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "hyperspace", "name": "hyperspace",
"version": "1.0.0-gm", "version": "1.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "hyperspace", "name": "hyperspace",
"productName": "Hyperspace", "productName": "Hyperspace",
"version": "1.0.0-gm", "version": "1.0.0",
"description": "A beautiful, fluffy client for the fediverse", "description": "A beautiful, fluffy client for the fediverse",
"author": "Marquis Kurt <hyperspacedev@marquiskurt.net>", "author": "Marquis Kurt <hyperspacedev@marquiskurt.net>",
"repository": "https://github.com/hyperspacedev/hyperspace.git", "repository": "https://github.com/hyperspacedev/hyperspace.git",
@ -87,6 +87,7 @@
}, },
"mas": { "mas": {
"entitlements": "desktop/entitlements.mas.plist", "entitlements": "desktop/entitlements.mas.plist",
"entitlementsInherit": "desktop/entitlements.mas.inherit.plist",
"provisioningProfile": "desktop/embedded.provisionprofile" "provisioningProfile": "desktop/embedded.provisionprofile"
}, },
"dmg": { "dmg": {

View File

@ -1,12 +1,12 @@
{ {
"version": "1.0.0gm", "version": "1.0.0",
"location": "https://hyperspaceapp-next.herokuapp.com", "location": "https://hyperspaceapp.herokuapp.com",
"branding": { "branding": {
"name": "Hyperspace", "name": "Hyperspace",
"logo": "logo.svg", "logo": "logo.svg",
"background": "background.png" "background": "background.png"
}, },
"developer": true, "developer": false,
"federation": { "federation": {
"universalLogin": true, "universalLogin": true,
"allowPublicPosts": true, "allowPublicPosts": true,