Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -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';