Skip to content

Commit

Permalink
v0.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
krypciak committed Jul 29, 2024
1 parent 9ecb8bb commit e9e65bc
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]
## [0.9.16] 2024-07-29

### Changed

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": "0.9.15",
"version": "0.9.16",
"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": "0.9.15",
"version": "0.9.16",
"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 e9e65bc

Please sign in to comment.