Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
IgKh committed Jan 3, 2025
1 parent b689bd2 commit 83bdd08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.7.3
version: 6.8.1
arch: linux_gcc_64
cache: true

Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.7.3
version: 6.8.1
cache: true

- name: Setup vcpkg
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.7.3
version: 6.8.1
cache: true

- name: Setup vcpkg
Expand Down
2 changes: 2 additions & 0 deletions assets/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ InstallDirRegKey HKLM "Software\Katvan" ""
OutFile "${OUTFILE}"
ShowInstDetails show

SetCompressor /SOLID lzma

!getdllversion "katvan.exe" katvanver_

!define VERSION "${katvanver_1}.${katvanver_2}.${katvanver_3}"
Expand Down
2 changes: 1 addition & 1 deletion typstdriver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if(NOT Corrosion_FOUND)
FetchContent_Declare(
Corrosion
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
GIT_TAG v0.5
GIT_TAG v0.5.1
)

FetchContent_MakeAvailable(Corrosion)
Expand Down

0 comments on commit 83bdd08

Please # to comment.