diff --git a/manifest.json b/manifest.json index 9ef3371..5aedea8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "solve", "name": "Solve", - "version": "0.3.1", + "version": "0.3.2", "minAppVersion": "0.15.0", "description": "Level Up Your Notes: Introducing Solve – Your Math Maestro! Real-time calculations without AI fuss. From date magic ('Now + 20 days') to arithmetic flair ('10 + 5'), your trusted sidekick in every note. More brilliance on the way!", "author": "Liam Riddell", diff --git a/package.json b/package.json index 03e7e84..a939bee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-solve", - "version": "0.3.1", + "version": "0.3.2", "description": "Level Up Your Notes: Introducing Solve – Your Math Maestro! Real-time calculations without AI fuss. From date magic ('Now + 20 days') to arithmetic flair ('10 + 5'), your trusted sidekick in every note. More brilliance on the way!", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index aa1802d..4c8d553 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.3.0": "0.15.0", - "0.3.1": "0.15.0" + "0.3.1": "0.15.0", + "0.3.2": "0.15.0" } \ No newline at end of file