mirror of
https://github.com/Steffo99/obsidian-file-index.git
synced 2024-11-21 04:34:18 +00:00
Bump version to 2.0.0
This commit is contained in:
parent
57af065888
commit
22ba88a086
3 changed files with 5 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "steffo-file-index",
|
||||
"version": "1.1.0",
|
||||
"version": "2.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "steffo-file-index",
|
||||
"version": "1.1.0",
|
||||
"version": "2.0.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.6",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "steffo-file-index",
|
||||
"version": "1.1.0",
|
||||
"version": "2.0.0",
|
||||
"description": "Obsidian plugin to create a metadata file about the files present in the Vault",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"1.0.0": "0.15.0",
|
||||
"1.1.0": "0.15.0"
|
||||
"1.1.0": "0.15.0",
|
||||
"2.0.0": "0.15.0"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue