Skip to content

Commit bd25129

Browse files
committed
bump version to 0.4.2
1 parent 193bb28 commit bd25129

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-meta-bind-plugin",
33
"name": "Meta Bind Plugin",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"minAppVersion": "0.14.0",
66
"description": "This plugin can create input fields inside your notes and bind them to metadata fields.",
77
"author": "Moritz Jung",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-meta-bind-plugin",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "This plugin can create input fields inside your notes and bind them to metadata fields.",
55
"main": "main.js",
66
"scripts": {

src/MetadataManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export class MetadataManager {
173173
value = traverseObjectByPath(metadataPath, fileCache.metadata);
174174
}
175175

176-
console.log(fileCache);
176+
// console.log(fileCache);
177177

178178
for (const listener of fileCache.listeners) {
179179
if (exceptUuid && exceptUuid === listener.uuid) {

0 commit comments

Comments
 (0)