Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper committed Nov 12, 2023
1 parent a1da69d commit 99644a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v2
with:
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": "simai.js",
"version": "1.0.10",
"version": "1.0.11",
"description": "A serializer(wip)/deserializer for the rhythm game chart format simai.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 99644a2

Please sign in to comment.