From 3aa094db7caf51e149f4d45c81905f1dd5eb9092 Mon Sep 17 00:00:00 2001 From: Marquis Kurt Date: Fri, 10 Apr 2020 10:06:30 -0400 Subject: [PATCH] Change URL and version strings --- package.json | 2 +- public/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b8463d4..e0362ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hyperspace", "productName": "Hyperspace Desktop", - "version": "1.1.0-beta5", + "version": "1.1.0", "description": "A beautiful, fluffy client for the fediverse", "author": "Marquis Kurt ", "repository": "https://github.com/hyperspacedev/hyperspace.git", diff --git a/public/config.json b/public/config.json index d3da563..3d4ed4f 100644 --- a/public/config.json +++ b/public/config.json @@ -1,6 +1,6 @@ { "version": "1.1.0", - "location": "https://hyperspaceapp-next.herokuapp.com", + "location": "https://hyperspaceapp.herokuapp.com", "branding": { "name": "Hyperspace", "logo": "logo.svg",