Skip to content

Commit f3c0a64

Browse files
baixiangerclaude
andcommitted
v0.3.1: Half-block ANSI logo, fix showLogo path
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8b9a287 commit f3c0a64

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4990,7 +4990,7 @@ async function fundGrowth(code, period = "ty") {
49904990
var __dirname2 = dirname(fileURLToPath(import.meta.url));
49914991
var CDP_URL = process.argv.find((_, i, a) => a[i - 1] === "--cdp") ?? "http://127.0.0.1:9222";
49924992
var MODE = process.argv[2];
4993-
var VERSION = "0.2.0";
4993+
var VERSION = "0.3.1";
49944994
function showLogo() {
49954995
for (const base of [__dirname2, join2(__dirname2, "..")]) {
49964996
try {

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import * as api from "./lib/api";
2121
const __dirname = dirname(fileURLToPath(import.meta.url));
2222
const CDP_URL = process.argv.find((_, i, a) => a[i - 1] === "--cdp") ?? "http://127.0.0.1:9222";
2323
const MODE = process.argv[2];
24-
const VERSION = "0.2.0";
24+
const VERSION = "0.3.1";
2525

2626
// ═══════════════════════════════════════════════════════════════
2727
// Helpers

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "snowball-cli",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Xueqiu (雪球) stock data CLI for AI agents — quotes, klines, financials, KOL sentiment, live news, and more",
55
"main": "dist/index.js",
66
"module": "index.ts",

0 commit comments

Comments
 (0)