From b1d2a7acd4c7879eefb802b7be10472e94d9a1b1 Mon Sep 17 00:00:00 2001 From: fxi Date: Fri, 5 Jul 2024 09:58:31 +0200 Subject: [PATCH] version 5.8.3-alpha.1 --- changes.md | 2 ++ electron/package.json | 2 +- package.json | 2 +- version.txt | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/changes.md b/changes.md index 69ba6f11..d51d6ead 100644 --- a/changes.md +++ b/changes.md @@ -1,5 +1,7 @@ ## List of changes in AccessMod +- 5.8.3-alpha.1 [ 2024-07-05 – 2024-07-05 ] + -Travel time analysis : if the provided facilities table is empty, the full layer will be used. e.g. for replay mode as it's not allowed in interactive mode - 5.8.3-alpha.0 [ 2024-06-11 – 2024-06-13 ] - Improved README - Updated demo data (fixes issue #434) [2024-03-15 – 2024-06-12] diff --git a/electron/package.json b/electron/package.json index 8f94a3ef..4a2d2030 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "accessmod-desktop", - "version": "5.8.3-alpha.0", + "version": "5.8.3-alpha.1", "description": "AccessMod Desktop : manage accessmod docker images, data and versions.", "main": "./out/main/index.js", "author": "accessmod.org", diff --git a/package.json b/package.json index d53adebd..17ac24c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "accessmod", "description": "AccessMod build script", - "version": "5.8.3-alpha.0", + "version": "5.8.3-alpha.1", "type": "module", "scripts": { "version": "node version.js", diff --git a/version.txt b/version.txt index 4b242460..d829d75b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -5.8.3-alpha.0 \ No newline at end of file +5.8.3-alpha.1 \ No newline at end of file