From c6b3a120bb2275d5e0ff97d98e17933a37a981d7 Mon Sep 17 00:00:00 2001 From: iteye Date: Thu, 25 Dec 2025 10:16:52 +0800 Subject: [PATCH] v0.1.2 --- README.md | 4 ---- package.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index d68c472..e30fff4 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,6 @@ goe://: npm install -g goe-cli ``` -> ⚠️ **Note for Linux Users:** -> GoE CLI currently supports macOS and Windows. Linux support is still in progress, as the CLI relies on keytar for -> secure key storage, which is not yet working reliably on Linux. We’re actively working on adding full Linux support. - ### 1. Wallet Command Manage wallets that act as your on-chain identity. diff --git a/package.json b/package.json index e404ec8..2f0530d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "goe-cli", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "bin": { "git-remote-goe": "./dist/helper/index.js",