mirror of
https://github.com/noxonad/obsidian-barcode-generator.git
synced 2026-07-22 08:50:30 +00:00
Updated package version
This commit is contained in:
parent
db2b1938e0
commit
b0f243bbf4
3 changed files with 4 additions and 3 deletions
|
|
@ -7,4 +7,4 @@
|
|||
"author": "noxonad",
|
||||
"authorUrl": "https://github.com/noxonad",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
||||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue