diff --git a/packages/simstudio/package.json b/packages/simstudio/package.json index 94006b46bd..215e47d593 100644 --- a/packages/simstudio/package.json +++ b/packages/simstudio/package.json @@ -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", diff --git a/packages/simstudio/src/commands/start.ts b/packages/simstudio/src/commands/start.ts index ccae225406..b1bc617a63 100644 --- a/packages/simstudio/src/commands/start.ts +++ b/packages/simstudio/src/commands/start.ts @@ -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