diff --git a/package.json b/package.json index fbd8459..09b1455 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vytal", - "version": "2.0.0", + "version": "2.1.3", "description": "Spoof your location data and user agent.", "license": "MIT", "repository": { diff --git a/src/manifest.json b/src/manifest.json index d59458b..78e0916 100755 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Vytal - Spoof Timezone, Geolocation & Locale", - "version": "2.1.2", + "version": "2.1.3", "description": "Spoof Timezone, Geolocation, Locale and User Agent.", "permissions": ["storage", "debugger"], "background": { "service_worker": "background.bundle.js" },