Skip to content

Commit

Permalink
Merge pull request Jigsaw-Code#706 from Jigsaw-Code/fortuna-release
Browse files Browse the repository at this point in the history
Release server v1.3.1
  • Loading branch information
fortuna committed Jul 7, 2020
2 parents 523a190 + ad62724 commit 6bdffc0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/shadowbox/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ FROM ${NODE_IMAGE}
# Save metadata on the software versions we are using.
LABEL shadowbox.node_version=12.16.3
# Keep in sync with version in third_party/outline-ss-server
LABEL shadowbox.outline-ss-server_version=1.1.5
LABEL shadowbox.outline-ss-server_version=1.1.6

ARG GITHUB_RELEASE
LABEL shadowbox.github.release="${GITHUB_RELEASE}"
Expand Down
2 changes: 1 addition & 1 deletion src/shadowbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "outline-server",
"private": true,
"version": "1.3.0",
"version": "1.3.1",
"description": "Outline server",
"main": "build/server/main.js",
"author": "Outline",
Expand Down
6 changes: 3 additions & 3 deletions third_party/outline-ss-server/METADATA
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ third_party {
}
url {
type: ARCHIVE
value: "https://github.com/Jigsaw-Code/outline-ss-server/releases/tag/v1.1.5"
value: "https://github.com/Jigsaw-Code/outline-ss-server/releases/tag/v1.1.6"
}
version: "1.1.5"
last_upgrade_date { year: 2020 month: 6 day: 11 }
version: "1.1.6"
last_upgrade_date { year: 2020 month: 7 day: 6 }
}
Binary file modified third_party/outline-ss-server/linux/outline-ss-server
Binary file not shown.
Binary file modified third_party/outline-ss-server/macos/outline-ss-server
Binary file not shown.

0 comments on commit 6bdffc0

Please sign in to comment.