From 863f874545712397385712c365b967d1357d2b3a Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 19 Aug 2024 18:48:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=BC=D0=B5=D1=80=D0=B0=20=D0=B2?= =?UTF-8?q?=D0=B5=D1=80=D1=81=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/os/releasemaker.os | 2 +- service/iss/en.iss | 2 +- service/iss/ru.iss | 2 +- src/en/cli/packagedef | 2 +- src/ru/cli/packagedef | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/os/releasemaker.os b/.github/workflows/os/releasemaker.os index 84298a3491..58a38227c6 100644 --- a/.github/workflows/os/releasemaker.os +++ b/.github/workflows/os/releasemaker.os @@ -9,7 +9,7 @@ Процедура НачалоРаботы() Репозиторий = "https://github.com/Bayselonarrend/OpenIntegrations"; - Версия = "1.11.1"; + Версия = "1.12.0"; Режим = "CONFIG"; //Локальные данные diff --git a/service/iss/en.iss b/service/iss/en.iss index 6bee288d4a..0a273fb764 100644 --- a/service/iss/en.iss +++ b/service/iss/en.iss @@ -1,5 +1,5 @@ #define MyAppName "OInt" -#define MyAppVersion "1.11.1" +#define MyAppVersion "1.12.0" #define MyAppPublisher "bayselonarrend" #define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations" #define MyAppExeName "oint.exe" diff --git a/service/iss/ru.iss b/service/iss/ru.iss index 96aa98aed7..a9b40eac19 100644 --- a/service/iss/ru.iss +++ b/service/iss/ru.iss @@ -1,5 +1,5 @@ #define MyAppName "OInt" -#define MyAppVersion "1.11.1" +#define MyAppVersion "1.12.0" #define MyAppPublisher "bayselonarrend" #define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations" #define MyAppExeName "oint.exe" diff --git a/src/en/cli/packagedef b/src/en/cli/packagedef index dcfea9f0b9..58817c1e92 100644 --- a/src/en/cli/packagedef +++ b/src/en/cli/packagedef @@ -1,5 +1,5 @@ Описание.Имя("oint-cli") - .Версия("1.11.1") + .Версия("1.12.0") .Автор("bayselonarrend") .АдресАвтора("bayselonarrend@gmail.com") .Описание("CLI версия Открытого пакета интеграций") diff --git a/src/ru/cli/packagedef b/src/ru/cli/packagedef index dcfea9f0b9..58817c1e92 100644 --- a/src/ru/cli/packagedef +++ b/src/ru/cli/packagedef @@ -1,5 +1,5 @@ Описание.Имя("oint-cli") - .Версия("1.11.1") + .Версия("1.12.0") .Автор("bayselonarrend") .АдресАвтора("bayselonarrend@gmail.com") .Описание("CLI версия Открытого пакета интеграций")