Update web to 1.0.1

This commit is contained in:
Benedikt Kulmann
2021-01-08 15:34:40 +01:00
parent 8462799667
commit 7ad4130ef7
3 changed files with 68 additions and 31 deletions

View File

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

View File

@@ -3,7 +3,7 @@ NAME := web
IMPORT := github.com/owncloud/ocis/$(NAME)
BIN := bin
DIST := dist
WEB_ASSETS_VERSION = v1.0.0-beta4
WEB_ASSETS_VERSION = v1.0.1
ifeq ($(OS), Windows_NT)
EXECUTABLE := $(NAME).exe

File diff suppressed because one or more lines are too long