fix: revert version number to 0.0.1 in package.json

This commit is contained in:
2026-03-20 10:35:36 +05:30
parent 7cecbede6d
commit 1b8f54d955
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bendtherules/opencode-multi-model", "name": "@bendtherules/opencode-multi-model",
"version": "1.0.0", "version": "0.0.1",
"description": "Launch multiple AI models in tmux sessions - OpenCode Plugin, CLI, and Project Tool", "description": "Launch multiple AI models in tmux sessions - OpenCode Plugin, CLI, and Project Tool",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",