diff --git a/harmony/mixpanel.har b/harmony/mixpanel.har index f4ab22ec..a74d2439 100644 Binary files a/harmony/mixpanel.har and b/harmony/mixpanel.har differ diff --git a/harmony/mixpanel/BuildProfile.ets b/harmony/mixpanel/BuildProfile.ets index 649c6fe7..39439bc3 100644 --- a/harmony/mixpanel/BuildProfile.ets +++ b/harmony/mixpanel/BuildProfile.ets @@ -1,7 +1,7 @@ /** * Use these variables when you tailor your ArkTS code. They must be of the const type. */ -export const HAR_VERSION = '3.2.0-rc.2'; +export const HAR_VERSION = '3.2.0'; export const BUILD_MODE_NAME = 'debug'; export const DEBUG = true; export const TARGET_NAME = 'default'; diff --git a/harmony/mixpanel/oh-package.json5 b/harmony/mixpanel/oh-package.json5 index aef11c3d..521ffdd0 100644 --- a/harmony/mixpanel/oh-package.json5 +++ b/harmony/mixpanel/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "@react-native-ohos/mixpanel-react-native", - "version": "3.2.0-rc.2", + "version": "3.2.0", "description": "", "main": "Index.ets", "types": "", diff --git a/package.json b/package.json index 35c1ddf7..f0d72187 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-ohos/mixpanel-react-native", - "version": "3.2.0-rc.2", + "version": "3.2.0", "description": "Official React Native Tracking Library for Mixpanel Analytics", "files": [ "src",