File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " vmark" ,
33 "private" : true ,
4- "version" : " 0.5.23 " ,
4+ "version" : " 0.5.24 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
Original file line number Diff line number Diff line change 11[package ]
22name = " vmark"
3- version = " 0.5.23 "
3+ version = " 0.5.24 "
44description = " AI friendly markdown editor"
55authors = [" Xiaolai" ]
66edition = " 2021"
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://schema.tauri.app/config/2" ,
33 "productName" : " VMark" ,
4- "version" : " 0.5.23 " ,
4+ "version" : " 0.5.24 " ,
55 "identifier" : " app.vmark" ,
66 "build" : {
77 "beforeDevCommand" : " pnpm dev" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vmark/mcp-server" ,
3- "version" : " 0.5.23 " ,
3+ "version" : " 0.5.24 " ,
44 "description" : " MCP server for VMark - expose Tiptap editor APIs to AI assistants" ,
55 "type" : " module" ,
66 "main" : " dist/index.js" ,
Original file line number Diff line number Diff line change 1818 */
1919
2020// Package version (injected at build time or read from package.json)
21- const VERSION = '0.5.23 ' ;
21+ const VERSION = '0.5.24 ' ;
2222
2323/**
2424 * Handle --version flag.
You can’t perform that action at this time.
0 commit comments