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 64d8a1b commit 30666c7Copy full SHA for 30666c7
2 files changed
packages/react-native-detour/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@swmansion/react-native-detour",
3
- "version": "2.2.0",
+ "version": "2.2.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.2.0"; // This line will is updated automatically by releasing script
+export const version = "2.2.1"; // This line will is updated automatically by releasing script
export const SDK_HEADER_VALUE = `react-native/${version}`;
0 commit comments