From 63b3758c4207fc52375ddac68b05f3fd680575e8 Mon Sep 17 00:00:00 2001 From: Yos Riady Date: Tue, 11 Aug 2026 00:41:26 +0700 Subject: [PATCH] 1.1.0 --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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';