Skip to content

Commit

Permalink
Merge pull request #303 from oscript-library/develop
Browse files Browse the repository at this point in the history
3.5.3
  • Loading branch information
nixel2007 authored Oct 10, 2023
2 parents 116acda + 04a82ad commit 9aa0221
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Подготовка релиза и публикация в хабе
# Только события создания и изменения релиза
on:
release:
types: [published, edited]
types: [published]
jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -72,4 +72,4 @@ jobs:
uses: AButler/upload-release-assets@v1.0
with:
files: ./bin/${{ matrix.package_exe_mask }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion build_packagedef
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
КонецПроцедуры

Описание.Имя("gitsync")
.Версия("3.5.2")
.Версия("3.5.3")
.ВерсияСреды("1.7.0")
.ВключитьФайл("src")
.ВключитьФайл("embedded_plugins")
Expand Down
4 changes: 2 additions & 2 deletions packagedef
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

Описание.Имя("gitsync")
.Версия("3.5.2")
.Версия("3.5.3")
.ВерсияСреды("1.7.0")
.ЗависитОт("logos", "1.2.1")
.ЗависитОт("tempfiles", "1.0.0")
.ЗависитОт("v8runner", "1.8.2")
.ЗависитОт("gitrunner", "1.6.0")
.ЗависитОт("gitrunner", "1.7.1")
.ЗависитОт("strings", "0.4.1")
.ЗависитОт("1commands", "1.4.0")
.ЗависитОт("json", "1.1.1")
Expand Down
2 changes: 1 addition & 1 deletion src/core/Модули/ПараметрыСистемы.os
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
//
Функция ВерсияПродукта() Экспорт

Возврат "3.5.2";
Возврат "3.5.3";

КонецФункции // ВерсияПродукта()

Expand Down

0 comments on commit 9aa0221

Please sign in to comment.