Skip to content

Commit

Permalink
v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
krypciak committed Dec 19, 2023
1 parent ac7525f commit c7d3b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ccmod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "crossedeyes",
"version": "0.4.5",
"version": "0.4.6",
"name": "CrossedEyes",
"description": "Accessibility mod for CrossCode",
"plugin": "plugin.js",
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": "crossedeyes",
"version": "0.4.5",
"version": "0.4.6",
"scripts": {
"start": "esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --outfile=plugin.js src/plugin.ts",
"watch": "esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --watch --outfile=plugin.js src/plugin.ts",
Expand Down

0 comments on commit c7d3b93

Please sign in to comment.