mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
chore: bump version to 0.1.2 with fixed HTTP redirect handling for downloads
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "simstudio",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "CLI tool for Sim Studio - easily start, build and test agent workflows",
|
||||
"license": "MIT",
|
||||
"author": "Sim Studio Team",
|
||||
|
||||
@@ -21,7 +21,7 @@ const SIM_STANDALONE_DIR = path.join(SIM_HOME_DIR, 'standalone')
|
||||
const SIM_VERSION_FILE = path.join(SIM_HOME_DIR, 'version.json')
|
||||
const DOWNLOAD_URL =
|
||||
'https://github.com/simstudioai/sim/releases/latest/download/sim-standalone.tar.gz'
|
||||
const STANDALONE_VERSION = '0.1.0'
|
||||
const STANDALONE_VERSION = '0.1.2'
|
||||
|
||||
/**
|
||||
* Start command that launches Sim Studio using local storage
|
||||
|
||||
Reference in New Issue
Block a user