From 4b87b6f9fe814ad8066b54f3fd2293cca8410a40 Mon Sep 17 00:00:00 2001 From: z0ccc Date: Sun, 18 Dec 2022 17:05:54 -0500 Subject: [PATCH] version update to 2.1.3 --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },