Skip to content

Commit

Permalink
version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixrec committed May 5, 2024
1 parent 2c6866e commit 42c1281
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 @@ -82,7 +82,7 @@ def fill_slot_data(self):
# slot_data["eotu_coordinates"] = self.eotu_coordinates
# 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.1.8"
slot_data["apworld_version"] = "0.2.0"
return slot_data

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

0 comments on commit 42c1281

Please sign in to comment.