From 117f68ded59e6ea5563a96634892cfaca76dacd1 Mon Sep 17 00:00:00 2001 From: Mark Anderson Date: Mon, 3 Aug 2026 13:11:25 -0400 Subject: [PATCH] chore: 9.0.0.dev.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5468b88..4eb8f69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/geolocation", - "version": "8.2.1-next.1", + "version": "9.0.0-dev.0", "description": "The Geolocation API provides simple methods for getting and tracking the current position of the device using GPS, along with altitude, heading, and speed information if available.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",