diff --git a/package.json b/package.json index c83f5d3..19d0765 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formo/analytics-react-native", - "version": "1.0.2", + "version": "1.1.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 1bea8aa..fc3126f 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 = '1.0.2'; +export const version = '1.1.0';