mirror of
https://github.com/lumargh/better-bujo.git
synced 2026-07-22 07:39:31 +00:00
Bump version to 0.4.0
This commit is contained in:
parent
3a23b478c3
commit
daed00bed3
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "better-bujo",
|
||||
"name": "Better Bujo",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"minAppVersion": "1.5.7",
|
||||
"description": "Render bullet-journal markers (events, migration, future log, emotions) instead of checkboxes.",
|
||||
"author": "Sebastien",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "better-bujo",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"description": "Render bullet-journal markers (events, migration, future log, emotions) instead of checkboxes.",
|
||||
"main": "main.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"0.1.0": "1.0.0",
|
||||
"0.2.0": "1.5.7",
|
||||
"0.3.0": "1.5.7"
|
||||
"0.3.0": "1.5.7",
|
||||
"0.4.0": "1.5.7"
|
||||
}
|
||||
Loading…
Reference in a new issue