From f958f0d1ec67e373184d8ecde2525770837858de Mon Sep 17 00:00:00 2001 From: Lukas Bach Date: Mon, 3 Apr 2023 23:57:58 +0200 Subject: [PATCH] chore(release): 0.0.5 --- manifest.json | 5 ++--- package.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 995cb28..9cc0455 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,5 @@ "author": "Lukas Bach", "authorUrl": "https://lukasbach.com", "minAppVersion": "0.15.0", - "version": "0.0.4" -} - + "version": "0.0.5" +} \ No newline at end of file diff --git a/package.json b/package.json index 28fd29b..0bebbc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "file-order", - "version": "0.0.4", + "version": "0.0.5", "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 a5ebb54..49fca3e 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.0.1": "0.15.0", "0.0.2": "0.15.0", "0.0.3": "0.15.0", - "0.0.4": "0.15.0" + "0.0.4": "0.15.0", + "0.0.5": "0.15.0" } \ No newline at end of file