Skip to content

Commit a38317b

Browse files
authored
Merge pull request #2698 from 2dos/dev
Dev to Main
2 parents 5acf7c9 + a858c27 commit a38317b

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = False
4-
current_version = 4.11.79
4+
current_version = 4.11.80
55

66
[bumpversion:file:version.py]
77
search = version = "{current_version}"

.github/workflows/release_pages_main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
node_modules/nunjucks/bin/precompile templates/ > ./static/js/compile_templates.js
5454
rm -rf ./node_modules
5555
56+
- name: Build APworld file
57+
run: python3 ./tools/package_apworld.py
58+
5659
- name: Build minified versions
5760
run: python3 ./tools/prepare_live.py
5861

ap_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Holds the version for Archipelago."""
22

3-
version = "1.0.49"
3+
version = "1.0.50"

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Holds the version for DK64 Rando."""
22

3-
version = "4.11.79"
3+
version = "4.11.80"

0 commit comments

Comments
 (0)