Skip to content

Commit

Permalink
Release 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guerinoni committed Feb 9, 2022
1 parent cfbd2cc commit cc0be91
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/linuxPackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)
Expand Down
2 changes: 1 addition & 1 deletion data/org.guerinoni.qTsConverter.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="4.4.0" timestamp="2021-04-13"/>
<release version="4.5.0" timestamp="2022-02-09"/>
</releases>
</component>
4 changes: 2 additions & 2 deletions data/org.guerinoni.qTsConverter.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -18,4 +18,4 @@ modules:
sources:
- type: git
url: https://github.com/guerinoni/qTsConverter
tag: 4.4.0
tag: 4.5.0

0 comments on commit cc0be91

Please sign in to comment.