Updated package version

This commit is contained in:
noxonad 2024-01-07 18:45:33 +02:00
parent db2b1938e0
commit b0f243bbf4
3 changed files with 4 additions and 3 deletions

View file

@ -7,4 +7,4 @@
"author": "noxonad",
"authorUrl": "https://github.com/noxonad",
"isDesktopOnly": false
}
}

View file

@ -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": {

View file

@ -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"
}