Add version bump

This commit is contained in:
Guilherme Cattani 2025-08-31 15:11:57 +02:00
parent 7981cbd273
commit 10e73139d6
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "countdown-to",
"name": "Countdown To",
"version": "1.4.1",
"version": "1.5.0",
"minAppVersion": "0.15.0",
"description": "Create countdown progress bars in your notes",
"author": "Gui Cattani",

4
package-lock.json generated
View file

@ -1707,8 +1707,8 @@
}
},
"node_modules/merge2": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.5.0.tgz",
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
"dev": true,
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-countdown-to",
"version": "1.4.1",
"version": "1.5.0",
"description": "Create countdown progress bars in your notes",
"main": "main.js",
"scripts": {