diff --git a/package.json b/package.json index 09b1455..2d52bdd 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vytal", - "version": "2.1.3", + "version": "2.1.4", "description": "Spoof your location data and user agent.", "license": "MIT", "repository": { diff --git a/src/manifest.json b/src/manifest.json index 78e0916..0a25422 100755 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 3, "name": "Vytal - Spoof Timezone, Geolocation & Locale", - "version": "2.1.3", - "description": "Spoof Timezone, Geolocation, Locale and User Agent.", + "version": "2.1.4", + "description": "Spoof time zone, geolocation, locale and user agent. Match location data to your VPN ip address and access region-restricted content", "permissions": ["storage", "debugger"], "background": { "service_worker": "background.bundle.js" }, "action": {