From 7155a5d346beae7a03d9d6ddff05fa4e97b3329f Mon Sep 17 00:00:00 2001 From: Yos Riady Date: Tue, 21 Jul 2026 15:38:30 +0700 Subject: [PATCH] 1.0.0 --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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';