diff --git a/changes.md b/changes.md index d666f3a4..872f8f41 100644 --- a/changes.md +++ b/changes.md @@ -1,5 +1,8 @@ ## List of changes in AccessMod +- 5.8.3-alpha.3 [ 2024-07-26 – 2024-08-21 ] + -#442 : timeout in progress bars are not supported anymore + -Update main dockerfile - 5.8.3-alpha.2 [2024-07-23 – 2024-07-26] - Fix failing tests and add more tests for referral network graph output. Add format settings for replay mode: e.g., gpgk, tif, instead of shapefile and HFa img. - Solved label translation for dynamic layers, no data, etc. diff --git a/electron/package.json b/electron/package.json index d4466147..5e24b5a7 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "accessmod-desktop", - "version": "5.8.3-alpha.2", + "version": "5.8.3-alpha.3", "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 67a0105a..fb2272e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "accessmod", "description": "AccessMod build script", - "version": "5.8.3-alpha.2", + "version": "5.8.3-alpha.3", "type": "module", "scripts": { "version": "node version.js", diff --git a/version.txt b/version.txt index cbc913b4..cd94d430 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -5.8.3-alpha.2 \ No newline at end of file +5.8.3-alpha.3 \ No newline at end of file