Skip to content

Commit

Permalink
bump MCLA to v0.5.1
Browse files Browse the repository at this point in the history
Fix line number
  • Loading branch information
zyxkad committed Mar 6, 2024
1 parent f7c4848 commit 2669ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/analyzers/mcla.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import type {
} from "./mcla.api"
export * from "./mcla.api"

const VERSION = "v0.5.0"
const VERSION = "v0.5.1"
// const VERSION = "dev"
const RESOURCES_BASE = "https://globemc.github.io/mcla"
const GO_WASM_EXEC_URL = useCDN(`${RESOURCES_BASE}/${VERSION}/wasm_exec.js`)
Expand Down

0 comments on commit 2669ad7

Please sign in to comment.