Skip to content

Commit

Permalink
Merge pull request #66 from khorevaa/bump-oscript-version
Browse files Browse the repository at this point in the history
Bump oscript version
  • Loading branch information
khorevaa authored Oct 7, 2021
2 parents cb87e32 + 6f15790 commit 7b145cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
oscript_version: ['1.4.0']
oscript_version: ['1.7.0']
package_mask: ["gitsync-plugins-*.ospx"]

steps:
Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
shell: bash
run: opm push -f ./${{ matrix.package_mask }} --token ${{ env.TOKEN }} -c stable
env:
TOKEN: ${{ secrets.ACCESS_TOKEN }}
TOKEN: ${{ secrets.ACCESS_TOKEN }}
4 changes: 2 additions & 2 deletions packagedef
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
КонецПроцедуры

Описание.Имя("gitsync-plugins")
.Версия("1.5.0")
.Версия("1.4.1")
.Автор("Khorev A.A. and SilverBulleters")
.АдресАвтора("[email protected],[email protected]")
.Описание("Набор предустановленных плагинов для gitsync")
.ВерсияСреды("1.5.0")
.ВерсияСреды("1.7.0")
.ВключитьФайл("src")
.ВключитьФайл("docs")
.ВключитьФайл("oscript_modules")
Expand Down

0 comments on commit 7b145cd

Please sign in to comment.