diff --git a/package.json b/package.json index 5df373e..7941626 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formo/analytics-react-native", - "version": "0.1.6", + "version": "1.0.0", "description": "Formo Analytics SDK for React Native - Track wallet events and user analytics in mobile dApps", "packageManager": "pnpm@11.1.1", "repository": { diff --git a/src/version.ts b/src/version.ts index cdcb682..aafa37d 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,3 +1,3 @@ // This file is auto-generated by scripts/update-version.js during npm version // Do not edit manually - it will be overwritten -export const version = '0.1.6'; +export const version = '1.0.0';