Skip to content

Commit 7e004e1

Browse files
author
krypciak
committed
v0.5.7
1 parent 3953bce commit 7e004e1

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Change Log
44

55
## [Unreleased]
6+
## [0.5.7] 2024-02-06
67

78
- Added a few puzzle elements to sound glossary
89
- Added info sign hint

ccmod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "crossedeyes",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"name": "CrossedEyes",
55
"description": "Accessibility mod for CrossCode",
66
"plugin": "plugin.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crossedeyes",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"scripts": {
55
"start": "npx esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --outfile=plugin.js src/plugin.ts",
66
"watch": "npx esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --watch --outfile=plugin.js src/plugin.ts",

0 commit comments

Comments
 (0)