diff --git a/_locales/es/messages.json b/_locales/es/messages.json index b9e8037..a7b7a6a 100644 --- a/_locales/es/messages.json +++ b/_locales/es/messages.json @@ -6,9 +6,5 @@ "extensionDescription": { "message": "Elimina las preguntas relacionadas de StackOverflow.", "description": "The description of the extension." - }, - "extensionVersionName": { - "message": "Versión inicial.", - "description": "The name of the extension version." } } \ No newline at end of file diff --git a/_locales/fr/messages.json b/_locales/fr/messages.json index 3d8a193..f4c062a 100644 --- a/_locales/fr/messages.json +++ b/_locales/fr/messages.json @@ -6,9 +6,5 @@ "extensionDescription": { "message": "Retirez les questions liées de StackOverflow.", "description": "The description of the extension." - }, - "extensionVersionName": { - "message": "La version initiale.", - "description": "The name of the extension version." } } \ No newline at end of file diff --git a/_locales/nl/messages.json b/_locales/nl/messages.json index 42c6263..1de1b18 100644 --- a/_locales/nl/messages.json +++ b/_locales/nl/messages.json @@ -6,9 +6,5 @@ "extensionDescription": { "message": "Verwijder de gekoppelde vragen van StackOverflow.", "description": "The description of the extension." - }, - "extensionVersionName": { - "message": "De oorspronkelijke uitgave.", - "description": "The name of the extension version." } } \ No newline at end of file diff --git a/_locales/pl/messages.json b/_locales/pl/messages.json index af07c7e..3e08ede 100644 --- a/_locales/pl/messages.json +++ b/_locales/pl/messages.json @@ -6,9 +6,5 @@ "extensionDescription": { "message": "Usuń powiązane pytania ze strony StackOverflow.", "description": "The description of the extension." - }, - "extensionVersionName": { - "message": "Wersja początkowa.", - "description": "The name of the extension version." } } \ No newline at end of file diff --git a/manifest.json b/manifest.json index de93c06..f614c26 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "1.2.0.1", + "version": "1.3.3.1", "default_locale": "en_US", "description": "__MSG_extensionDescription__", "author": "Daniel Arthur Gallagher",