Prepare release for phoenix 0.22.0

This commit is contained in:
Benedikt Kulmann committed 2020-10-26 21:38:57 +01:00
1 parent 7dafabd32c
commit a0ff3ed584
3 files changed
+18 -10

No files matched your search

@@ -0,0 +1,8 @@
Change: Update phoenix to v0.22.0
Tags: web
We updated phoenix to v0.22.0. Please refer to the changelog (linked) for details on the phoenix release.
https://github.com/owncloud/ocis/pull/757
https://github.com/owncloud/phoenix/releases/tag/v0.22.0
+1 -1
View File
@@ -3,7 +3,7 @@ NAME := ocis-phoenix
IMPORT := github.com/owncloud/ocis/$(NAME)
BIN := bin
DIST := dist
PHOENIX_ASSETS_VERSION = v0.21.0
PHOENIX_ASSETS_VERSION = v0.22.0
ifeq ($(OS), Windows_NT)
EXECUTABLE := $(NAME).exe
File diff suppressed because one or more lines are too long.