diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index db6284b..aaae52c 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -16,7 +16,7 @@ jobs: # Константы, используемые далее по тексту env: PROJ: ${{ github.event.repository.name }} - TAG: '7.4.2' + TAG: '7.4.3' steps: # Проверка состава репозитория (без анализа, как может показаться) diff --git a/.release/DPArray.sfx.exe b/.release/DPArray.sfx.exe new file mode 100644 index 0000000..8440ae7 Binary files /dev/null and b/.release/DPArray.sfx.exe differ diff --git a/.release/Release.md b/.release/Release.md index 6ac0774..5183226 100644 --- a/.release/Release.md +++ b/.release/Release.md @@ -1,4 +1,4 @@ -_Changes for v 7.4.2_: +_Changes for v 7.4.3_: - Added the fast update option: if you click the Deploy button without checking any package, the app will try to deploy available updates; - The “App about” interface has been updated; - Fixed some hidden bugs; diff --git a/Changes.log b/Changes.log index 485605f..bda188b 100644 --- a/Changes.log +++ b/Changes.log @@ -1,6 +1,6 @@ DPArray: changes log -Version 7.4.2: +Version 7.4.3: • Added the fast update option: if you click the Deploy button without checking any package, the app will try to deploy available updates; • The “App about” interface has been updated; diff --git a/Packages.dpt b/Packages.dpt index a584656..7b49911 100644 --- a/Packages.dpt +++ b/Packages.dpt @@ -4,8 +4,8 @@ n:DPArray a:DPArray.dp i:INFOPAGE f:fvd -v:7.4.2 -p:00086383D4FE1D57 +v:7.4.3 +p:0008638B30E1FC97 diff --git a/packages/DPArray.dp b/packages/DPArray.dp index a2c41fb..af3596b 100644 Binary files a/packages/DPArray.dp and b/packages/DPArray.dp differ