Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixrec committed May 31, 2024
1 parent 9669bc8 commit 677c4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/outer_wilds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def fill_slot_data(self):
slot_data["rotation_axes"] = self.rotation_axes
# Archipelago does not yet have apworld versions (data_version is deprecated),
# so we have to roll our own with slot_data for the time being
slot_data["apworld_version"] = "0.2.0"
slot_data["apworld_version"] = "0.2.1"
return slot_data

def write_spoiler(self, spoiler_handle: TextIO) -> None:
Expand Down

0 comments on commit 677c4ad

Please sign in to comment.