Skip to content

Commit 64b2049

Browse files
committed
up versions
1 parent 2ace3da commit 64b2049

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bootstrap/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const TAG_URL
2-
= 'https://github.com/MavonEngine/Core/archive/refs/tags/0.0.9-alpha.zip'
2+
= 'https://github.com/MavonEngine/Core/archive/refs/tags/0.0.10-alpha.zip'
33

44
export const TEMPLATE_SUBPATH = 'packages/multiplayer-template'

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mavonengine/core",
33
"type": "module",
4-
"version": "0.0.8",
4+
"version": "0.0.9",
55
"description": "",
66
"author": "",
77
"license": "MIT",

packages/multiplayer-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint:fix": "eslint . --fix"
1515
},
1616
"dependencies": {
17-
"@mavonengine/core": "0.0.8"
17+
"@mavonengine/core": "0.0.9"
1818
},
1919
"devDependencies": {
2020
"@antfu/eslint-config": "^8.0.0",

0 commit comments

Comments
 (0)