Skip to content

Commit

Permalink
release: 2.0.0-beta3 发版
Browse files Browse the repository at this point in the history
  • Loading branch information
HXCStudio123 authored Sep 4, 2020
1 parent f2d9640 commit 775f8b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wot-design",
"version": "2.0.0-beta2",
"version": "2.0.0-beta3",
"description": "Mobile UI components built on vue.js",
"scripts": {
"dev": "npm run build:files && node build/build-install.js && cross-env NODE_ENV=development webpack-dev-server --progress --config build/webpack.docs.conf.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ if (typeof window !== 'undefined' && window.Vue) {
}

export default {
version: '2.0.0-beta2',
version: '2.0.0-beta3',
install,
locale: locale.use,
i18n: locale.i18n,
Expand Down

0 comments on commit 775f8b5

Please sign in to comment.