Skip to content

Commit e395d41

Browse files
chore(release): 8.0.10
1 parent 0b30f31 commit e395d41

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 = "8.0.9";
27+
private final String pluginVersion = "8.0.10";
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 = "8.0.9"
7+
private let pluginVersion: String = "8.0.10"
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": "8.0.9",
3+
"version": "8.0.10",
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)