Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGB committed May 8, 2022
1 parent 1d7cfe8 commit 2194207
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 2194207

Please sign in to comment.