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