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