Release: 1.0.7

This commit is contained in:
qimengjie
2019-07-26 11:11:29 +08:00
parent efc8fbd388
commit 757f4a6a57
2 changed files with 2 additions and 2 deletions

View File

@@ -9,6 +9,6 @@
"author": "IceApriler",
"license": "ISC",
"dependencies": {
"miniprogram-picker": "^1.0.5"
"miniprogram-picker": "^1.0.7"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "miniprogram-picker",
"version": "1.0.5",
"version": "1.0.7",
"description": "微信小程序自定义组件Picker。本组件对微信小程序原生Picker组件进行了二次封装开发者只需要提供固定数据结构的sourceData再进行一些必要配置本组件就可以自动帮助开发者处理联动逻辑。",
"main": "miniprogram_dist/index.js",
"scripts": {