Skip to content

Commit 3c80bb5

Browse files
committed
release: update version to 1.6.1
1 parent 0953301 commit 3c80bb5

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/guide/extra/ie.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { Watermark } from 'watermark-js-plus/ie'
1818
## CDN
1919
```html
2020
<!-- import JavaScript -->
21-
<script src="https://www.unpkg.com/watermark-js-plus@1.6.0/dist/ie/index.iife.min.js"></script>
21+
<script src="https://www.unpkg.com/watermark-js-plus@1.6.1/dist/ie/index.iife.min.js"></script>
2222
```
2323

2424
> We recommend our users to lock version when using CDN. Please refer to [unpkg.com](https://unpkg.com/) for more information.

docs/zh/guide/extra/ie.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { Watermark } from 'watermark-js-plus/ie'
1818
## CDN
1919
```html
2020
<!-- import JavaScript -->
21-
<script src="https://www.unpkg.com/watermark-js-plus@1.6.0/dist/ie/index.iife.min.js"></script>
21+
<script src="https://www.unpkg.com/watermark-js-plus@1.6.1/dist/ie/index.iife.min.js"></script>
2222
```
2323

2424
> 我们建议使用 CDN 引入用户在链接地址上锁定版本,以免将来插件升级时受到非兼容性更新的影响。锁定版本的方法请查看 [unpkg.com](https://unpkg.com/)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "watermark-js-plus",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "watermark for the browser",
55
"scripts": {
66
"clean:dist": "rimraf dist",

0 commit comments

Comments
 (0)