Update phoenix 0.20.0

This commit is contained in:
Lukas Hirt
2020-10-09 11:14:26 +02:00
parent 84ca821fe4
commit 567c3d6822
3 changed files with 13 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
Change: Update phoenix to v0.20.0
Tags: web
We updated phoenix to v0.20.0. Please refer to the changelog (linked) for details on the phoenix release.
https://github.com/owncloud/ocis/pull/674
https://github.com/owncloud/phoenix/releases/tag/v0.20.0

View File

@@ -3,7 +3,7 @@ NAME := ocis-phoenix
IMPORT := github.com/owncloud/ocis/$(NAME)
BIN := bin
DIST := dist
PHOENIX_ASSETS_VERSION = v0.19.0
PHOENIX_ASSETS_VERSION = v0.20.0
ifeq ($(OS), Windows_NT)
EXECUTABLE := $(NAME).exe

File diff suppressed because one or more lines are too long