update version

This commit is contained in:
wangwenzhang
2020-04-04 21:11:57 +08:00
parent 8e0e0a0c5f
commit d94f3aa57a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@hoc-element/affix",
"version": "0.0.4",
"version": "0.0.5",
"main": "lib/hoc-el-affix.js",
"description": "📌 Affix 将页面元素固定在可视范围内。",
"author": "Wisdom <pdsu.wwz@foxmail.com>",

View File

@@ -9,7 +9,7 @@ if (typeof window !== 'undefined' && window.Vue) {
}
export default {
version: '0.0.4',
version: '0.0.5',
install,
HocElAffix
}