Skip to content

Commit

Permalink
chore: 提升版本号至0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vinezhang committed Mar 29, 2022
1 parent 608afa0 commit 009153b
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": "vue-awesome-directives",
"version": "0.0.2",
"version": "0.0.3",
"description": "a vue directives collection",
"main": "dist/index/index.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (typeof window !== 'undefined' && window.Vue) {
install(window.Vue);
}
export default {
version: '0.0.2',
version: '0.0.3',
install,
Sticky
};

0 comments on commit 009153b

Please sign in to comment.