Skip to content

Commit

Permalink
Merge pull request #90 from qonversion/release/6.1.0
Browse files Browse the repository at this point in the history
Release 6.1.0
  • Loading branch information
suriksarkisyan committed Sep 2, 2024
2 parents f79e5c8 + da5c464 commit 2725d4d
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": "6.0.1",
"version": "6.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 @@ -27,7 +27,7 @@ import {PurchaseModel} from './PurchaseModel';
import {PurchaseUpdateModel} from './PurchaseUpdateModel';
import {PurchaseOptions} from "./PurchaseOptions";;

const sdkVersion = "6.0.1";
const sdkVersion = "6.1.0";

export default class QonversionInternal implements QonversionApi {

Expand Down

0 comments on commit 2725d4d

Please sign in to comment.