1
Fork 0
mirror of https://github.com/Steffo99/obsidian-file-index.git synced 2024-11-22 05:04:17 +00:00

Bump version to v1.0.0

This commit is contained in:
Steffo 2023-10-28 20:05:51 +02:00
parent 72330bc0a3
commit 0982d7d6da
Signed by: steffo
GPG key ID: 2A24051445686895
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{ {
"name": "obsidian-sample-plugin", "name": "steffo-file-index",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "obsidian-sample-plugin", "name": "steffo-file-index",
"version": "1.0.0", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "steffo-file-index", "name": "steffo-file-index",
"version": "0.1.0", "version": "1.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": {