Version bump to 1.0.0

merge-requests/69/head
Alex Gleason 4 years ago
parent e101afd619
commit e0c3c50b8c
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -1,8 +1,5 @@
# Soapbox FE # 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 Screenshot](soapbox-screenshot.png)
**Soapbox FE** is a frontend for Pleroma with a focus on custom branding and ease of use. **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: Just ssh into the server and download a .zip of the latest build:
```sh ```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: Then unpack it into Pleroma's `instance` directory:

@ -12,7 +12,7 @@ const sourceCode = {
name: 'soapbox-fe', name: 'soapbox-fe',
url: 'https://gitlab.com/soapbox-pub/soapbox-fe', url: 'https://gitlab.com/soapbox-pub/soapbox-fe',
repository: 'soapbox-pub/soapbox-fe', repository: 'soapbox-pub/soapbox-fe',
version: '0.9-beta', version: '1.0.0',
}; };
const mapStateToProps = state => { const mapStateToProps = state => {

@ -1,6 +1,6 @@
{ {
"name": "soapbox-fe", "name": "soapbox-fe",
"version": "0.0.0", "version": "1.0.0",
"description": "Soapbox frontend for Pleroma.", "description": "Soapbox frontend for Pleroma.",
"homepage": "https://soapbox.pub/", "homepage": "https://soapbox.pub/",
"repository": { "repository": {

Loading…
Cancel
Save