Skip to content

Commit

Permalink
release v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed May 23, 2023
1 parent 42f0364 commit 88fcf4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ getOsVersion() // 返回系统版本

```html
<!-- 在你的html代码上加上script标签,使用CDN链接引入 -->
<script src="https://unpkg.com/js-cool@4.0.0/dist/index.global.prod.js"></script>
<script src="https://unpkg.com/js-cool@4.4.0/dist/index.global.prod.js"></script>
```

## 所有方法汇总
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ getOsVersion() // return the system version

```html
<! -- Add script tags to your html code, using CDN links to bring in -->
<script src="https://unpkg.com/js-cool@4.0.0/dist/index.global.prod.js"></script>
<script src="https://unpkg.com/js-cool@4.4.0/dist/index.global.prod.js"></script>
```

## Summary of all methods
Expand Down

0 comments on commit 88fcf4e

Please sign in to comment.