diff --git a/manifest.json b/manifest.json index 95ce090..80096d4 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/versions.json b/versions.json index f706e94..38d6e13 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.0.1": "0.13.8" + "0.0.1": "0.13.8", + "0.0.2": "0.13.8" }