Release version 1.2.1

This commit is contained in:
Vinicius Fortuna 2020-05-19 15:31:30 -04:00
parent c02fdec396
commit cee5d10b21
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ RUN ROOT_DIR=/ yarn do shadowbox/server/build
FROM ${NODE_IMAGE}
# Versions can be found at https://github.com/Jigsaw-Code/outline-ss-server/releases
ARG SS_VERSION=1.1.1
ARG SS_VERSION=1.1.2
# Save metadata on the software versions we are using.
LABEL shadowbox.node_version=12.16.3

View file

@ -1,7 +1,7 @@
{
"name": "outline-server",
"private": true,
"version": "1.2.0",
"version": "1.2.1",
"description": "Outline server",
"main": "build/server/main.js",
"author": "Outline",