From fc33acbc33cbcc1bc3774a0fc6ecf91d441d3187 Mon Sep 17 00:00:00 2001 From: Lukas Bach Date: Wed, 29 Mar 2023 23:18:57 +0200 Subject: [PATCH] chore(release): 0.0.3 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 8e54c89..515a090 100644 --- a/manifest.json +++ b/manifest.json @@ -5,5 +5,5 @@ "author": "Lukas Bach", "authorUrl": "https://lukasbach.com", "minAppVersion": "0.15.0", - "version": "0.0.2" + "version": "0.0.3" } \ No newline at end of file diff --git a/package.json b/package.json index 0df6f0b..baff8fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "file-order", - "version": "0.0.2", + "version": "0.0.3", "description": "Use number-prefixes in your file names to define a custom order, and use drag-and-drop in the file explorer to update that order", "main": "lib/main.js", "license": "MIT", diff --git a/versions.json b/versions.json index 7a2a412..66cce18 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.0.1": "0.15.0", - "0.0.2": "0.15.0" + "0.0.2": "0.15.0", + "0.0.3": "0.15.0" } \ No newline at end of file