diff --git a/README.md b/README.md index c39b36f5..3403dc6c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ The information you add or edit will be saved into the target obsidian note. ## Index - [Whats inside database view](docs/docs/Whats%20inside%20database%20view.md) - [Obsidian dbfolder Features](docs/docs/Obsidian%20dbfolder%20Features.md) +- [Roadmap](https://github.com/RafaelGB/obsidian-db-folder/projects/1) - [changelog](docs/changelog.md) ## Sources diff --git a/docs/changelog.md b/docs/changelog.md index e76f1385..7253e20e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ ## 0.2.2 ### No longer broken -- When you DnD a column and then edit the label, the column is not moved to the final. It mantains the same position. +- When you DnD a column and then edit the label, the column is not moved to the final. It mantains the same position. [ISSUE#30](https://github.com/RafaelGB/obsidian-db-folder/issues/30) ## 0.2.1 *Published on 2022/05/08* ### Improved diff --git a/manifest.json b/manifest.json index 637cd73c..289346b3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "dbfolder", "name": "DB Folder", - "version": "0.2.1", + "version": "0.2.2", "minAppVersion": "0.14.6", "description": "Folder with the capability to store and retrieve data from a folder like database", "author": "RafaelGB", diff --git a/package.json b/package.json index 89939bda..b3aaf2d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dbfolder", - "version": "0.2.1", + "version": "0.2.2", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": {