Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
Release 4.0.0
  • Loading branch information
SpertsyanKM authored Aug 10, 2023
2 parents 8fad34c + 0783717 commit f50ac0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-qonversion",
"version": "3.0.0",
"version": "4.0.0",
"description": "Qonversion Cordova Plugin",
"cordova": {
"id": "cordova-plugin-qonversion",
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/plugin/QonversionInternal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {EntitlementsUpdateListener} from './EntitlementsUpdateListener';
import {RemoteConfig} from "./RemoteConfig";
import {UserProperties} from './UserProperties';

const sdkVersion = "3.0.0";
const sdkVersion = "4.0.0";

export default class QonversionInternal implements QonversionApi {

Expand Down

0 comments on commit f50ac0f

Please sign in to comment.