Skip to content

Commit

Permalink
Version bump for 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot committed Nov 6, 2024
1 parent eab23f8 commit c15db0e
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.0
6.1.1
12 changes: 2 additions & 10 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
## RevenueCat SDK
### 📦 Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.7.0 (#601) via RevenueCat Git Bot (@RCGitBot)
* Bump fastlane from 2.224.0 to 2.225.0 (#596) via dependabot[bot] (@dependabot[bot])
* Bump danger from 9.5.0 to 9.5.1 (#597) via dependabot[bot] (@dependabot[bot])
* Bump fastlane from 2.223.1 to 2.224.0 (#591) via dependabot[bot] (@dependabot[bot])
* Bump xcodeproj from 1.25.0 to 1.25.1 (#590) via dependabot[bot] (@dependabot[bot])
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.5.0 (#592) via RevenueCat Git Bot (@RCGitBot)
* Bump fastlane from 2.222.0 to 2.223.1 (#587) via dependabot[bot] (@dependabot[bot])
### Win-back Offers
#### ✨ New Features
* Support displaying deferred win-back StoreKit messages (#600) via Will Taylor (@fire-at-will)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.8.0 (#604) via RevenueCat Git Bot (@RCGitBot)
* Bump xcodeproj from 1.25.1 to 1.27.0 (#603) via dependabot[bot] (@dependabot[bot])
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 6.1.1
## RevenueCat SDK
### 📦 Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.8.0 (#604) via RevenueCat Git Bot (@RCGitBot)
* Bump xcodeproj from 1.25.1 to 1.27.0 (#603) via dependabot[bot] (@dependabot[bot])

## 6.1.0
## 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.0",
"version": "6.1.1",
"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.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-purchases" version="6.1.1">

<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.0/" />
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/cordova-plugin-purchases-docs/6.1.1/" />
</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.0";
public static final String PLUGIN_VERSION = "6.1.1";

// 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.0"
return "6.1.1"
}

}

0 comments on commit c15db0e

Please sign in to comment.