Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikaibenkai authored Nov 17, 2023
1 parent c320c4e commit dda7b0f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/api/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

## 类型

`string``'v0.0.1'`
`string``'v1.0.2'`

## 示例

```ts
import 'fanbook-mp-sdk';
console.log(window.fb.version); // v0.0.1
console.log(window.fb.version); // v1.0.2
```
3 changes: 2 additions & 1 deletion docs/versions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 历史版本

当前版本:**v1.0.1**
当前版本:**v1.0.2**

- [v0.0.1](https://legacy-v0-0-1--fanbook-mp-sdk.netlify.app/)
- [v1.0.1](https://legacy-v1-0-1--fanbook-mp-sdk.netlify.app/)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "fanbook-mp-sdk",
"description": "Fanbook 小程序客户端 SDK",
"version": "1.0.1",
"version": "1.0.2",
"packageManager": "[email protected]",
"main": "assets/fanbook-1.0.1.min.js",
"main": "assets/fanbook-1.0.2.min.js",
"types": "es/index.d.ts",
"files": [
"assets",
Expand Down

0 comments on commit dda7b0f

Please sign in to comment.