Skip to content

Commit 67fcadf

Browse files
committed
chore: release 2.1.1
1 parent a8e2e55 commit 67fcadf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-native-detour/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swmansion/react-native-detour",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "sdk for handling deferred links",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const version = "2.1.0"; // This line will is updated automatically by releasing script
1+
export const version = "2.1.1"; // This line will is updated automatically by releasing script
22
export const SDK_HEADER_VALUE = `react-native/${version}`;

0 commit comments

Comments
 (0)