Release 1.5.2 (o-ss-s 1.3.2)

This commit is contained in:
Vinicius Fortuna 2020-11-03 10:46:27 -05:00
parent 06cf79b41b
commit cf45895891
4 changed files with 4 additions and 5 deletions

View file

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

View file

@ -8,9 +8,8 @@ third_party {
}
url {
type: ARCHIVE
value: "https://github.com/Jigsaw-Code/outline-ss-server/releases/tag/v1.3.1"
value: "https://github.com/Jigsaw-Code/outline-ss-server/releases/tag/v1.3.2"
}
// Keep in sync with the Dockerfile label
version: "1.3.1"
last_upgrade_date { year: 2020 month: 10 day: 27 }
version: "1.3.2"
last_upgrade_date { year: 2020 month: 11 day: 3 }
}