Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
geofryzheng committed Apr 13, 2023
1 parent 75e332b commit 97fecc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ React的倒计时组件

```html
<!-- 需要先引入react技术栈:
<script src='//unpkg.com/react@18/umd/react.production.min.js' ></script>
<script src='//unpkg.com/react@18/umd/react.production.min.js'></script>
<script src='//unpkg.com/react-dom@18/umd/react-dom.production.min.js'></script>
<script src='//unpkg.com/babel-standalone@6/babel.min.js'></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dev",
"version": "1.0.1",
"version": "2.0.2",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@
"tslib": "^2.5.0",
"typescript": "^4.9.5"
},
"version": "2.0.0"
"version": "2.0.2"
}

0 comments on commit 97fecc5

Please sign in to comment.