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