Skip to content

Commit a4040de

Browse files
committed
chore: 更新版本为 v2.0.0,并修正文档链接
1 parent 0526f24 commit a4040de

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@winner-fed/cloud-utils",
33
"description": "A collection of utils by winner fed",
4-
"version": "2.0.1",
4+
"version": "2.0.0",
55
"type": "module",
66
"author": {
77
"name": "winner-fed",

rslib.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ const moduleName = 'cloud-utils';
55

66
const banner =
77
`/*!
8-
* ${moduleName} v${pkg.version} (https://github.com/cloud-templates/cloud-utils)
9-
* API https://cloud-templates.github.io/cloud-utils/
8+
* ${moduleName} v${pkg.version} (https://github.com/winjs-dev/cloud-utils)
9+
* API https://winjs-dev.github.io/cloud-utils/
1010
* Copyright 2017-${(new Date).getFullYear()} ${pkg.author.name}. All Rights Reserved
1111
* Licensed under ${pkg.license} (https://github.com/winjs/cloud-utils/blob/master/LICENSE)
1212
*/

0 commit comments

Comments
 (0)