We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e2e55 commit 67fcadfCopy full SHA for 67fcadf
2 files changed
packages/react-native-detour/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@swmansion/react-native-detour",
3
- "version": "2.1.0",
+ "version": "2.1.1",
4
"description": "sdk for handling deferred links",
5
"main": "./lib/module/index.js",
6
"types": "./lib/typescript/src/index.d.ts",
packages/react-native-detour/src/version.ts
@@ -1,2 +1,2 @@
-export const version = "2.1.0"; // This line will is updated automatically by releasing script
+export const version = "2.1.1"; // This line will is updated automatically by releasing script
export const SDK_HEADER_VALUE = `react-native/${version}`;
0 commit comments