Skip to content

Commit

Permalink
Update Native SDKs and increment minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-chaix-didomi committed Nov 7, 2023
1 parent 184ce20 commit 932d735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@didomi/react-native",
"version": "1.20.0",
"version": "1.21.0",
"description": "Didomi React Native SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// User agent name
export const DIDOMI_USER_AGENT_NAME = "Didomi React-Native SDK"
// User agent version
export const DIDOMI_VERSION = "1.20.0"
export const DIDOMI_VERSION = "1.21.0"

0 comments on commit 932d735

Please sign in to comment.