Skip to content

Commit

Permalink
Swift 16.13. Qt 6.8.1. Python 3.13.1. Tool 5.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeyer committed Jan 12, 2025
1 parent 19a02b9 commit 2c9546e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/installer_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
# python_version specifies which version of Python to use.
# this should be regularly updated to the latest usable version.
app_name: "Nion Swift 16"
product_name: NionSwift-16.12.0
product_name: NionSwift-16.13.0
platform: x86_64
tool_source_version: 5.0.0
tool_source_version: 5.1.0

steps:
- uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/installer_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ jobs:
# python_version specifies which version of Python to use.
# this should be regularly updated to the latest usable version.
app_name: "Nion Swift 16"
product_name: NionSwift-16.12.0
python_version: 3.13.0
product_name: NionSwift-16.13.0
python_version: 3.13.1

# version of nionui-tool to use as basis of tool build
tool_source_version: 5.0.0
tool_source_version: 5.1.0

# qt_version, qt_platform specify which version of Qt to use.
# these should be regularly updated to the latest usable version.
# these are only used if building the tool from source.
qt_version: 6.8.0
qt_version: 6.8.1
qt_platform: macos

steps:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/installer_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
# python_version specifies which version of Python to use.
# this should be regularly updated to the latest usable version.
product_name: NionSwift-16
product_identifier: Nion_Swift_16_12
product_identifier: Nion_Swift_16_13
version_overall: 16
version_major: 16
version_minor: 12
version_minor: 13
version_patch: 0
qt_version: 6.8.0
qt_version: 6.8.1
qt_platform: msvc2022_64
python_version: 3.13.0
tool_source_version: 5.0.0
python_version: 3.13.1
tool_source_version: 5.1.0

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion nionswift_appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ AppDir:
id: com.nion.nionswift
name: NionSwift
icon: NionSwift_Logo
version: 16.12.0
version: 16.13.0
exec: usr/local/bin/NionSwiftLauncher/NionSwiftLauncher

apt:
Expand Down

0 comments on commit 2c9546e

Please sign in to comment.