chore: 0.0.2 release

This commit is contained in:
Kirill Gavrilov 2025-10-06 01:30:39 +03:00
parent d1aa69df99
commit 51caadc76e
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"id": "timecodes",
"name": "Timecodes",
"version": "0.0.1",
"version": "0.0.2",
"minAppVersion": "0.13.8",
"description": "Converts raw text timecodes into clickable URLs if a note contains a link to a video",
"author": "Kirill Gavrilov",

View file

@ -1,3 +1,4 @@
{
"0.0.1": "0.13.8"
"0.0.1": "0.13.8",
"0.0.2": "0.13.8"
}