Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krypciak committed Oct 31, 2024
1 parent abcd3d1 commit c63f17e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Change Log

## [Unreleased]
## [1.0.2] 2024-10-31

### Added

Expand Down
2 changes: 1 addition & 1 deletion ccmod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ccmodmanager",
"version": "1.0.1",
"version": "1.0.2",
"title": "CCModManager",
"description": "Mod manager for CrossCode!",
"repository": "https://github.com/CCDirectLink/CCModManager",
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": "ccmodmanager",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"start": "npx esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --outfile=plugin.js src/plugin.ts",
"watch": "npx esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --watch --outfile=plugin.js src/plugin.ts",
Expand Down

0 comments on commit c63f17e

Please sign in to comment.