mirror of
https://github.com/Steffo99/obsidian-file-index.git
synced 2024-11-21 20:54: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",
|
"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",
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue