Skip to content

Commit 8b97141

Browse files
authored
0.1.2 (#11)
1 parent bd5d97b commit 8b97141

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formo/analytics-react-native",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Formo Analytics SDK for React Native - Track wallet events and user analytics in mobile dApps",
55
"packageManager": "pnpm@10.27.0",
66
"repository": {

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is auto-generated by scripts/update-version.js during npm version
22
// Do not edit manually - it will be overwritten
3-
export const version = '0.1.1';
3+
export const version = '0.1.2';

0 commit comments

Comments
 (0)