Skip to content

Commit 3277be9

Browse files
chore(release): 7.2.5
1 parent b7d444d commit 3277be9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/src/main/java/app/capgo/pedometer/CapacitorPedometerPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
)
2525
public class CapacitorPedometerPlugin extends Plugin implements SensorEventListener {
2626

27-
private final String pluginVersion = "7.2.4";
27+
private final String pluginVersion = "7.2.5";
2828
private static final String PERMISSION_GRANTED = "granted";
2929
private static final String PERMISSION_DENIED = "denied";
3030
private static final String PERMISSION_PROMPT = "prompt";

ios/Sources/CapacitorPedometerPlugin/CapacitorPedometerPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Foundation
44

55
@objc(CapacitorPedometerPlugin)
66
public class CapacitorPedometerPlugin: CAPPlugin, CAPBridgedPlugin {
7-
private let pluginVersion: String = "7.2.4"
7+
private let pluginVersion: String = "7.2.5"
88
public let identifier = "CapacitorPedometerPlugin"
99
public let jsName = "CapacitorPedometer"
1010
public let pluginMethods: [CAPPluginMethod] = [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capgo/capacitor-pedometer",
3-
"version": "7.2.4",
3+
"version": "7.2.5",
44
"description": "Capacitor plugin for accessing pedometer data including steps, distance, pace, cadence, and floors",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)