From 2bed467893c31d2b375215335b05f2ebdb1335cf Mon Sep 17 00:00:00 2001 From: Fabian Untermoser Date: Fri, 26 Jan 2024 19:46:28 +0100 Subject: [PATCH] bump version to 1.0.4 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index cdfd6d5..b94561a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "neighbouring-files", "name": "Neighbouring Files", - "version": "1.0.3", + "version": "1.0.4", "minAppVersion": "0.15.0", "description": "Navigate to the next and previous file in the current directory", "author": "Fabian Untermoser", diff --git a/package.json b/package.json index 90db0fd..fa69eb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "neighbouring-files", - "version": "1.0.3", + "version": "1.0.4", "description": "Navigate to the next and previous file in the current directory", "main": "main.js", "scripts": {