Skip to content

Commit

Permalink
bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixrec committed Mar 24, 2024
1 parent 149e954 commit d922599
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 @@ -79,7 +79,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.5"
slot_data["apworld_version"] = "0.1.6"
return slot_data

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

0 comments on commit d922599

Please sign in to comment.