diff --git a/manifest.json b/manifest.json index 6f4e5c8..936dbb7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "cards-view", "name": "Cards View", - "version": "1.2.3", + "version": "1.2.4", "minAppVersion": "0.15.0", "description": "Displays a card view of your notes.", "author": "Maud Royer", "authorUrl": "https://maudroyer.fr", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index d70d4fe..e364614 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cards-view", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cards-view", - "version": "1.2.3", + "version": "1.2.4", "license": "MIT", "dependencies": { "masonry-layout": "^4.2.2" diff --git a/package.json b/package.json index c6f9f2b..b4068b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cards-view", - "version": "1.2.3", + "version": "1.2.4", "description": "Plugin for Obsidian.md. Displays a card view of your notes.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index fbede1a..e2be2f5 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.2.0": "0.15.0", "1.2.1": "0.15.0", "1.2.2": "0.15.0", - "1.2.3": "0.15.0" + "1.2.3": "0.15.0", + "1.2.4": "0.15.0" } \ No newline at end of file