1
Fork 0

Version 0.1.1!

This commit is contained in:
Bauke 2023-06-16 11:04:11 +02:00
parent 34309d4358
commit 37848af05f
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export function createManifest(browser: string): Manifest.WebExtensionManifest {
manifest_version: Number.NaN,
name: "Tildes Shepherd",
description: "A WebExtension providing interactive guided tours of Tildes.",
version: "0.1.0",
version: "0.1.1",
permissions: ["storage"],
options_ui: {
page: "options/index.html",