mirror of
https://github.com/Steffo99/obsidian-file-index.git
synced 2024-11-22 05:04:17 +00:00
Bump version to 1.1.0
This commit is contained in:
parent
d330c83a78
commit
e031c6a819
4 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "steffo-file-index",
|
"id": "steffo-file-index",
|
||||||
"name": "File Index",
|
"name": "File Index",
|
||||||
"version": "0.1.0",
|
"version": "1.1.0",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "Create a metadata file about the files present in the Vault",
|
"description": "Create a metadata file about the files present in the Vault",
|
||||||
"author": "Steffo",
|
"author": "Steffo",
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "steffo-file-index",
|
"name": "steffo-file-index",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "steffo-file-index",
|
"name": "steffo-file-index",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^16.11.6",
|
"@types/node": "^16.11.6",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "steffo-file-index",
|
"name": "steffo-file-index",
|
||||||
"version": "1.0.0",
|
"version": "1.1.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": {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
{
|
{
|
||||||
"1.0.0": "0.15.0"
|
"1.0.0": "0.15.0",
|
||||||
|
"1.1.0": "0.15.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue