Update phoenix to 0.19.0

This commit is contained in:
Benedikt Kulmann
2020-10-07 09:41:25 +02:00
parent 2f572ad50a
commit 42e51e443d
2 changed files with 6 additions and 6 deletions

View File

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

View File

File diff suppressed because one or more lines are too long