chore: bump version to 0.1.2 with fixed HTTP redirect handling for downloads

This commit is contained in:
Waleed Latif
2025-03-06 02:16:31 -08:00
parent 88f7490a30
commit fb8a780224
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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