diff --git a/harmony/smart_refresh_layout.har b/harmony/smart_refresh_layout.har index 644da2b..420bf43 100644 Binary files a/harmony/smart_refresh_layout.har and b/harmony/smart_refresh_layout.har differ diff --git a/harmony/smart_refresh_layout/BuildProfile.ets b/harmony/smart_refresh_layout/BuildProfile.ets index a4b574f..337dfb5 100644 --- a/harmony/smart_refresh_layout/BuildProfile.ets +++ b/harmony/smart_refresh_layout/BuildProfile.ets @@ -1,5 +1,5 @@ export default class BuildProfile { - static readonly HAR_VERSION = '0.6.7-0.2.8'; + static readonly HAR_VERSION = '0.6.7-0.2.9'; static readonly BUILD_MODE_NAME = 'debug'; static readonly DEBUG = true; static readonly TARGET_NAME = 'default'; diff --git a/harmony/smart_refresh_layout/oh-package.json5 b/harmony/smart_refresh_layout/oh-package.json5 index fbb2449..fdc7a6a 100644 --- a/harmony/smart_refresh_layout/oh-package.json5 +++ b/harmony/smart_refresh_layout/oh-package.json5 @@ -6,7 +6,7 @@ "name": "@react-native-oh-tpl/react-native-smartrefreshlayout", "description": "Please describe the basic information.", "main": "index.ets", - "version": "0.6.7-0.2.8", + "version": "0.6.7-0.2.9", "dependencies": { "@rnoh/react-native-openharmony": "file:../react_native_openharmony" }, diff --git a/package.json b/package.json index 3408ee5..cfcc084 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-oh-tpl/react-native-smartrefreshlayout", - "version": "0.6.7-0.2.8", + "version": "0.6.7-0.2.9", "description": "基于android SmartRefreshLayout的封装", "harmony": { "alias": "react-native-smartrefreshlayout"