From e0c3c50b8c4ac09b702a6c2d5ba47b250785ef4a Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 11 Jun 2020 23:51:18 -0500 Subject: [PATCH] Version bump to 1.0.0 --- README.md | 5 +---- app/soapbox/features/ui/components/link_footer.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5c7e14474..7800c59b6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # Soapbox FE -> :warning: Soapbox FE is BETA software. -> Please take a look at the [list of open issues](https://gitlab.com/soapbox-pub/soapbox-fe/-/issues). - ![Soapbox FE Screenshot](soapbox-screenshot.png) **Soapbox FE** is a frontend for Pleroma with a focus on custom branding and ease of use. @@ -14,7 +11,7 @@ Installing Soapbox FE on an existing Pleroma server is extremely easy. Just ssh into the server and download a .zip of the latest build: ```sh -curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/v0.9/download?job=build-production -o soapbox-fe.zip +curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/stable/download?job=build-production -o soapbox-fe.zip ``` Then unpack it into Pleroma's `instance` directory: diff --git a/app/soapbox/features/ui/components/link_footer.js b/app/soapbox/features/ui/components/link_footer.js index 58d8311f9..9aba3f0dc 100644 --- a/app/soapbox/features/ui/components/link_footer.js +++ b/app/soapbox/features/ui/components/link_footer.js @@ -12,7 +12,7 @@ const sourceCode = { name: 'soapbox-fe', url: 'https://gitlab.com/soapbox-pub/soapbox-fe', repository: 'soapbox-pub/soapbox-fe', - version: '0.9-beta', + version: '1.0.0', }; const mapStateToProps = state => { diff --git a/package.json b/package.json index 1477b3030..c7425501f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "soapbox-fe", - "version": "0.0.0", + "version": "1.0.0", "description": "Soapbox frontend for Pleroma.", "homepage": "https://soapbox.pub/", "repository": {