diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index 10578ab..366fa96 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -16,7 +16,7 @@ jobs: # Константы, используемые далее по тексту env: PROJ: ${{ github.event.repository.name }} - TAG: '7.1' + TAG: '7.1.1' steps: # Проверка состава репозитория (без анализа, как может показаться) diff --git a/.release/DPArray.sfx.exe b/.release/DPArray.sfx.exe index f340e84..7d5eb03 100644 Binary files a/.release/DPArray.sfx.exe and b/.release/DPArray.sfx.exe differ diff --git a/.release/Release.md b/.release/Release.md index ef4d780..5438f30 100644 --- a/.release/Release.md +++ b/.release/Release.md @@ -1,4 +1,4 @@ -_Changes for v 7.1_: +_Changes for v 7.1.1_: - Access checking method has been completely rewritten: now it will properly detect problems with file / registry input / output and help user with fixing them; - Added the special section in the user guide for access troubleshooting; - Autorun option now will use the registry instead of the start menu; diff --git a/Changes.log b/Changes.log index 8654e16..0c129c0 100644 --- a/Changes.log +++ b/Changes.log @@ -1,6 +1,6 @@ DPArray: changes log -Version 7.1: +Version 7.1.1: • Access checking method has been completely rewritten: now it will properly detect problems with file / registry input / output and help user with fixing them; • Added the special section in the user guide for access troubleshooting; diff --git a/Packages.dpt b/Packages.dpt index 227e0f1..0d9bebf 100644 --- a/Packages.dpt +++ b/Packages.dpt @@ -4,8 +4,8 @@ n:DPArray a:DPArray.dp f:fvd i:INFOPAGE -v:7.1 -p:00094A9CA0FF72F3 +v:7.1.1 +p:00094A9E83B970B3 diff --git a/packages/DPArray.dp b/packages/DPArray.dp index dc70130..34ea5d2 100644 Binary files a/packages/DPArray.dp and b/packages/DPArray.dp differ