Skip to content

Commit

Permalink
Version bump for 6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot committed Dec 18, 2024
1 parent 73da95d commit d57e5b8
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.3
6.1.4
4 changes: 1 addition & 3 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
## RevenueCat SDK
### 📦 Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.12.0 (#611) via RevenueCat Git Bot (@RCGitBot)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.11.0 (#609) via RevenueCat Git Bot (@RCGitBot)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.10.0 (#608) via RevenueCat Git Bot (@RCGitBot)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.13.0 (#615) via RevenueCat Git Bot (@RCGitBot)
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 6.1.4
## RevenueCat SDK
### 📦 Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.13.0 (#615) via RevenueCat Git Bot (@RCGitBot)

## 6.1.3
## RevenueCat SDK
### 📦 Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cordova-plugin-purchases",
"type": "commonjs",
"version": "6.1.3",
"version": "6.1.4",
"description": "Purchases Cordova Plugin",
"types": "./www/plugin.d.ts",
"cordova": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-purchases" version="6.1.3">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-purchases" version="6.1.4">

<dependency id="cordova-annotated-plugin-android" />

Expand Down
2 changes: 1 addition & 1 deletion scripts/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/cordova-plugin-purchases-docs/6.1.3/" />
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/cordova-plugin-purchases-docs/6.1.4/" />
</head>
<body>
</body>
Expand Down
2 changes: 1 addition & 1 deletion src/android/PurchasesPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
public class PurchasesPlugin extends AnnotatedCordovaPlugin {

public static final String PLATFORM_NAME = "cordova";
public static final String PLUGIN_VERSION = "6.1.3";
public static final String PLUGIN_VERSION = "6.1.4";

// Needs to run on ExecutionThread.MAIN so it blocks the JavaBridge thread created by Cordova
// That way we guarantee any other call to the plugin happen after configure has completed
Expand Down
2 changes: 1 addition & 1 deletion src/ios/PurchasesPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ extension CDVPurchasesPlugin {
}

var platformFlavorVersion: String {
return "6.1.3"
return "6.1.4"
}

}

0 comments on commit d57e5b8

Please sign in to comment.