Skip to content

Commit

Permalink
v0.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
krypciak committed Aug 5, 2024
1 parent c2b0cae commit ed9e9af
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.17] 2024-08-05

### 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": "0.9.16",
"version": "0.9.17",
"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.16",
"version": "0.9.17",
"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 ed9e9af

Please sign in to comment.