Update phoenix to 0.14.0

This commit is contained in:
Benedikt Kulmann
2020-08-17 21:47:10 +02:00
parent 8820a1dbd7
commit 00e887c84b
3 changed files with 125 additions and 115 deletions

View File

@@ -4,7 +4,7 @@ IMPORT := github.com/owncloud/$(NAME)
BIN := bin
DIST := dist
HUGO := hugo
PHOENIX_ASSETS_VERSION = v0.13.0
PHOENIX_ASSETS_VERSION = v0.14.0
ifeq ($(OS), Windows_NT)
EXECUTABLE := $(NAME).exe

View File

@@ -0,0 +1,5 @@
Change: update Phoenix
Updated phoenix from v0.13.0 to v0.14.0
https://github.com/owncloud/ocis-phoenix/pull/78

View File

File diff suppressed because one or more lines are too long