mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
fix: sync .opencode/ package version to 1.4.1
The OpenCode sub-package had stale 1.0.0 versions in package.json, index.ts VERSION export, and package-lock.json while the main package is at 1.4.1. Updated all three to match.
This commit is contained in:
parent
e96b522af0
commit
6dcb5daa5c
3 changed files with 85 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ export { ECCHooksPlugin, default } from "./plugins/index.js"
|
|||
export * from "./plugins/index.js"
|
||||
|
||||
// Version export
|
||||
export const VERSION = "1.0.0"
|
||||
export const VERSION = "1.4.1"
|
||||
|
||||
// Plugin metadata
|
||||
export const metadata = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue