Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Bump client version to 0.14.2, Lua version to 2022-01-15
Browse files Browse the repository at this point in the history
  • Loading branch information
LegendaryLinux committed Jan 15, 2022
1 parent 9152526 commit 2821052
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ const CLIENT_VERSION = {
state: 'Beta',
major: 0,
minor: 14,
patch: 1,
patch: 2,
};

const ARCHIPELAGO_PROTOCOL_VERSION = {
major: 0,
minor: 2,
build: 2,
build: 3,
class: 'Version',
};

Expand Down
2 changes: 1 addition & 1 deletion lua/ootMulti.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local script_version = '2022-01-06' -- Should be the last modified date
local script_version = '2022-01-15' -- Should be the last modified date

--------------------------------------------------
-- Heavily modified form of RiptideSage's tracker
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "z5client",
"version": "0.14.1",
"version": "0.14.2",
"author": "Chris Wilson <[email protected]>",
"description": "A Z5 client designed for use with the Archipelago implementation of the Ocarina of Time randomizer.",
"license": "MIT",
Expand Down

0 comments on commit 2821052

Please sign in to comment.