Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
2767mr authored Feb 21, 2024
1 parent 14b7fac commit 73e9eb5
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": "map-watch",
"version": "1.1.0",
"version": "1.1.1",
"title": "Map Watcher",
"description": "A mod that automatically loads a map when changes are detected",
"repository": "https://github.com/CCDirectLink/map-watch",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "map-watch",
"ccmodHumanName": "Map Watcher",
"description": "A mod that automatically loads a map when changes are detected",
"version": "1.1.0",
"version": "1.1.1",
"plugin": "plugin.js",
"scripts": {
"build": "esbuild --bundle --platform=node --sourcemap=inline --outfile=plugin.js --target=es2018 --platform=node --format=esm src/plugin.js"
Expand Down

0 comments on commit 73e9eb5

Please sign in to comment.