diff --git a/example/package.json b/example/package.json index 163bd23..f5add66 100644 --- a/example/package.json +++ b/example/package.json @@ -9,6 +9,6 @@ "author": "IceApriler", "license": "ISC", "dependencies": { - "miniprogram-picker": "^1.0.5" + "miniprogram-picker": "^1.0.7" } } diff --git a/package.json b/package.json index 559e390..9ca0502 100644 --- a/package.json +++ b/package.json @@ -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": {