diff options
author | FrostyBiscuit <[email protected]> | 2025-02-17 12:47:09 +0100 |
---|---|---|
committer | FrostyBiscuit <[email protected]> | 2025-02-17 12:47:09 +0100 |
commit | c6b8c04dc3cd20a3afa347903439a8267387c8e6 (patch) | |
tree | 76fe6ac682cb023dc1f80c64c837e8cdc301916d | |
parent | 20b2f91e56c61ab349f375d6f0c02c45d474688c (diff) |
Bump version for new release
-rw-r--r-- | manifest.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index 68c5e82..86a5445 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Transparent Zen", - "version": "0.1.2", + "version": "0.1.3", "description": "Inject custom styles to make your favorite websites transparent. PLEASE KEEP IN MIND THAT THIS IS STILL WORK IN PROGRESS, SO THINGS MIGHT BREAK!", "browser_specific_settings": { "gecko": { diff --git a/package.json b/package.json index 40af6f2..c2815a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "transparent-zen", - "version": "0.1.2", + "version": "0.1.3", "description": "A browser extension for Zen Browser to inject custom styles to make your favorite websites transparent", "scripts": { "build": "web-ext build --config web-ext-config.mjs", |