Skip to content

Commit

Permalink
Update Native SDKs and increment major version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-chaix-didomi committed Feb 22, 2024
1 parent 8934a2b commit e08ff36
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.27.0",
"version": "2.0.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.27.0"
export const DIDOMI_VERSION = "2.0.0"

0 comments on commit e08ff36

Please sign in to comment.