From b0f243bbf460a72a4ac78efae1a888805894cd14 Mon Sep 17 00:00:00 2001 From: noxonad Date: Sun, 7 Jan 2024 18:45:33 +0200 Subject: [PATCH] Updated package version --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 3feb08b..6d252fd 100644 --- a/manifest.json +++ b/manifest.json @@ -7,4 +7,4 @@ "author": "noxonad", "authorUrl": "https://github.com/noxonad", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index 4cb9aec..1efd1ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "barcode-generator", - "version": "1.0.2", + "version": "1.1.0", "description": "Generates customizable barcodes into your notes.", "main": "src/main.js", "scripts": { diff --git a/versions.json b/versions.json index 39381a8..843a24d 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.9.0", "1.0.1": "0.9.0", - "1.0.2": "0.9.0" + "1.0.2": "0.9.0", + "1.1.0": "0.9.0" } \ No newline at end of file