From 74bb5a714c9b89fa1c09c884898844386e499403 Mon Sep 17 00:00:00 2001 From: fxi Date: Tue, 11 Jun 2024 18:21:20 +0200 Subject: [PATCH] version 5.8.2-beta.0 --- 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 053d3489..10c2ede2 100644 --- a/changes.md +++ b/changes.md @@ -1,5 +1,7 @@ ## List of changes in AccessMod +- 5.8.2-beta.0 [ 2024-06-11 – 2024-06-11 ] + - Testing release - 5.8.2-alpha.6 [ 2024-04-26 – 2024-06-11 ] - Finished the GitHub action build workflow - Updated version manager : includes `allowed_branches` setting diff --git a/electron/package.json b/electron/package.json index e7574828..9a513856 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "accessmod-desktop", - "version": "5.8.2-alpha.6", + "version": "5.8.2-beta.0", "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 6b78b640..c5b79c68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "accessmod", "description": "AccessMod build script", - "version": "5.8.2-alpha.6", + "version": "5.8.2-beta.0", "type": "module", "scripts": { "version": "node version.js", diff --git a/version.txt b/version.txt index bde64cb0..1f0adc9e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -5.8.2-alpha.6 \ No newline at end of file +5.8.2-beta.0 \ No newline at end of file