about summary refs log tree commit diff stats
path: root/src/manifest.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-03-17 11:25:20 +0300
committerManeraKai <manerakai@protonmail.com>2022-03-17 11:25:20 +0300
commit8677a2ad0f4a9721c2f6ae4b7089c10c97e9988e (patch)
treea71ea072c56e34dca7c2c62799b185ab9ddd47e3 /src/manifest.json
parentMerge branch 'master' of https://github.com/libredirect/libredirect (diff)
downloadlibredirect-8677a2ad0f4a9721c2f6ae4b7089c10c97e9988e.zip
Fixed typo. Bump version to 1.5.4
Diffstat (limited to 'src/manifest.json')
-rw-r--r--src/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manifest.json b/src/manifest.json
index c261e221..7382ba26 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,7 +1,7 @@
 {
   "name": "LibRedirect",
   "description": "A web extension that redirects popular sites to alternative privacy-friendly frontends and backends",
-  "version": "1.5.3",
+  "version": "1.5.4",
   "manifest_version": 2,
   "background": {
     "page": "pages/background/background.html",