mirror of
https://github.com/Steffo99/obsidian-file-index.git
synced 2024-11-21 12:44:18 +00:00
Bump version to 3.0.3
This commit is contained in:
parent
c64f1a60f0
commit
225b914a90
3 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "file-index",
|
"id": "file-index",
|
||||||
"name": "File Index",
|
"name": "File Index",
|
||||||
"version": "3.0.2",
|
"version": "3.0.3",
|
||||||
"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",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "file-index",
|
"name": "file-index",
|
||||||
"version": "3.0.2",
|
"version": "3.0.3",
|
||||||
"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": {
|
||||||
|
|
|
@ -4,5 +4,6 @@
|
||||||
"2.0.0": "0.15.0",
|
"2.0.0": "0.15.0",
|
||||||
"3.0.0": "0.15.0",
|
"3.0.0": "0.15.0",
|
||||||
"3.0.1": "0.15.0",
|
"3.0.1": "0.15.0",
|
||||||
"3.0.2": "0.15.0"
|
"3.0.2": "0.15.0",
|
||||||
|
"3.0.3": "0.15.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue