Skip to content

Commit c082c3a

Browse files
committed
v1.0.5 - add support for BizHawk 2.11
1 parent 7469b1b commit c082c3a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build_binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
matrix:
1515
bizhawk:
1616
- { HEAD: "master", DOTNET_VERSION: "8", OLD_VERSION_BUILD: false, CACHEABLE: false, INCLUDE_COMMIT: true }
17+
- { HEAD: "2.11", DOTNET_VERSION: "8", OLD_VERSION_BUILD: false, CACHEABLE: true, INCLUDE_COMMIT: false }
1718
- { HEAD: "2.10", DOTNET_VERSION: "8", OLD_VERSION_BUILD: false, CACHEABLE: true, INCLUDE_COMMIT: false }
1819
- { HEAD: "2.9.1", DOTNET_VERSION: "8", OLD_VERSION_BUILD: false, CACHEABLE: true, INCLUDE_COMMIT: false }
1920
- { HEAD: "2.9", DOTNET_VERSION: "8", OLD_VERSION_BUILD: true, CACHEABLE: true, INCLUDE_COMMIT: false }

BizHawk

Submodule BizHawk updated 1645 files

tasauria/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class VersionInfo(NamedTuple):
2424
micro: int
2525

2626

27-
version_info: VersionInfo = VersionInfo(major=1, minor=0, micro=4)
27+
version_info: VersionInfo = VersionInfo(major=1, minor=0, micro=5)
2828

2929
__title__ = 'tasauria'
3030
__author__ = 'scarletcafe'

0 commit comments

Comments
 (0)