1
Fork 0
mirror of https://github.com/Steffo99/obsidian-file-index.git synced 2024-10-16 13:17:26 +00:00

Bump version to 2.0.0

This commit is contained in:
Steffo 2023-11-06 14:56:02 +01:00
parent 57af065888
commit 22ba88a086
Signed by: steffo
GPG key ID: 2A24051445686895
3 changed files with 5 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "steffo-file-index", "name": "steffo-file-index",
"version": "1.1.0", "version": "2.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "steffo-file-index", "name": "steffo-file-index",
"version": "1.1.0", "version": "2.0.0",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/node": "^16.11.6", "@types/node": "^16.11.6",

View file

@ -1,6 +1,6 @@
{ {
"name": "steffo-file-index", "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", "description": "Obsidian plugin to create a metadata file about the files present in the Vault",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View file

@ -1,4 +1,5 @@
{ {
"1.0.0": "0.15.0", "1.0.0": "0.15.0",
"1.1.0": "0.15.0" "1.1.0": "0.15.0",
"2.0.0": "0.15.0"
} }