From cc0be910846c2e6ec254111555455394c562179c Mon Sep 17 00:00:00 2001 From: Federico Guerinoni Date: Wed, 9 Feb 2022 21:49:31 +0100 Subject: [PATCH] Release 4.5.0 --- .github/workflows/linuxPackage.yaml | 8 ++------ CMakeLists.txt | 2 +- data/org.guerinoni.qTsConverter.appdata.xml | 2 +- data/org.guerinoni.qTsConverter.yml | 4 ++-- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/workflows/linuxPackage.yaml b/.github/workflows/linuxPackage.yaml index 9de4372..d8b1775 100644 --- a/.github/workflows/linuxPackage.yaml +++ b/.github/workflows/linuxPackage.yaml @@ -33,10 +33,6 @@ jobs: arch: ${{ matrix.qtarch }} cached: ${{ steps.cache-qt.outputs.cache-hit }} - - name: SetEnv - run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF#refs/*/} - - - name: Build shell: bash run: | @@ -47,13 +43,13 @@ jobs: shell: bash run: | cd scripts - ./universal.sh $RELEASE_VERSION + ./universal.sh ${GITHUB_REF#refs/*/} - name: makeDebian shell: bash run: | cd scripts - ./debian.sh $RELEASE_VERSION + ./debian.sh ${GITHUB_REF#refs/*/} - name: UploadUniversal uses: svenstaro/upload-release-action@v2 diff --git a/CMakeLists.txt b/CMakeLists.txt index db66422..2d3258d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10) project( qTsConverter LANGUAGES CXX - VERSION "4.4.0" + VERSION "4.5.0" DESCRIPTION "Tool used to convert `.ts` file of Qt translation in other format more editable using an office suite." ) diff --git a/data/org.guerinoni.qTsConverter.appdata.xml b/data/org.guerinoni.qTsConverter.appdata.xml index 5f48bda..121d0a0 100644 --- a/data/org.guerinoni.qTsConverter.appdata.xml +++ b/data/org.guerinoni.qTsConverter.appdata.xml @@ -20,6 +20,6 @@ - + diff --git a/data/org.guerinoni.qTsConverter.yml b/data/org.guerinoni.qTsConverter.yml index dfdbfb1..4d42620 100644 --- a/data/org.guerinoni.qTsConverter.yml +++ b/data/org.guerinoni.qTsConverter.yml @@ -1,6 +1,6 @@ app-id: org.guerinoni.qTsConverter runtime: org.kde.Platform -runtime-version: '5.14' +runtime-version: '5.15' sdk: org.kde.Sdk command: qTsConverter finish-args: @@ -18,4 +18,4 @@ modules: sources: - type: git url: https://github.com/guerinoni/qTsConverter - tag: 4.4.0 + tag: 4.5.0