From 772361850ad69adec63134491b5885f7a25f5fc3 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Fri, 28 Jan 2022 10:21:44 +0800 Subject: [PATCH] [textures-aliyun-oss] fix PHP 8 support (fix #132) --- plugins/textures-aliyun-oss/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/textures-aliyun-oss/package.json b/plugins/textures-aliyun-oss/package.json index 8cdb1cfb..e75f16a9 100644 --- a/plugins/textures-aliyun-oss/package.json +++ b/plugins/textures-aliyun-oss/package.json @@ -1,6 +1,6 @@ { "name": "textures-aliyun-oss", - "version": "2.0.5", + "version": "2.0.6", "title": "阿里云对象存储 OSS", "description": "将用户上传的材质存储文件至阿里云 OSS 中。", "author": "printempw",