Version bump to 1.0.0
This commit is contained in:
parent
e101afd619
commit
e0c3c50b8c
3 changed files with 3 additions and 6 deletions
|
@ -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:
|
||||
|
|
|
@ -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 => {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue