Skip to content

Commit c16905b

Browse files
author
krypciak
committed
v1.0.4
1 parent d01fceb commit c16905b

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+
## [1.0.4] 2025-06-26
67

78
### Added
89

ccmod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ccmodmanager",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"title": "CCModManager",
55
"description": "Mod manager for CrossCode!",
66
"repository": "https://github.com/CCDirectLink/CCModManager",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ccmodmanager",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
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)