Bump version 1.2.1

This commit is contained in:
Alex Gleason
2021-04-06 12:19:15 -05:00
parent 1fef983805
commit abbe5d1d1f
6 changed files with 11 additions and 6 deletions

View File

@ -13,7 +13,7 @@ mkdir -p /opt/soapbox
Fetch the build.
```sh
curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/v1.2.0/download?job=build-production -o /tmp/soapbox-fe.zip
curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/v1.2.1/download?job=build-production -o /tmp/soapbox-fe.zip
```
Unzip the build.

View File

@ -7,7 +7,7 @@ If you want to install Soapbox FE to a Pleroma instance installed using [YunoHos
First, download the latest build of Soapbox FE from GitLab.
```sh
curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/v1.2.0/download?job=build-production -o soapbox-fe.zip
curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/v1.2.1/download?job=build-production -o soapbox-fe.zip
```
## 2. Unzip the build