Skip to content

Commit

Permalink
Release 5.1.0
Browse files Browse the repository at this point in the history
Release 5.1.0
  • Loading branch information
SpertsyanKM authored Jan 30, 2024
2 parents f2c0edf + 8654796 commit 4431740
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": "5.0.0",
"version": "5.1.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 @@ -23,7 +23,7 @@ import {UserProperties} from './UserProperties';
import {PurchaseModel} from './PurchaseModel';
import {PurchaseUpdateModel} from './PurchaseUpdateModel';

const sdkVersion = "5.0.0";
const sdkVersion = "5.1.0";

export default class QonversionInternal implements QonversionApi {

Expand Down

0 comments on commit 4431740

Please sign in to comment.