Merge pull request #67 from owncloud/release-0.8.0

Release 0.8.0
This commit is contained in:
Vincent Petry
2020-06-26 14:00:30 +02:00
committed by GitHub
3 changed files with 41 additions and 65 deletions

View File

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

View File

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

View File

File diff suppressed because one or more lines are too long