summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorN. Taylor Mullen <[email protected]>2025-07-29 22:03:54 -0700
committerGitHub <[email protected]>2025-07-29 22:03:54 -0700
commitfd434626c5d2d41f22d6755efccee48ab2afd46f (patch)
treeb38cfd8170415fb5e2cbc2932b32a80d5afb6bb8 /package.json
parent8985e489a5fd5251f3b41fe358797d7a2e90ac6a (diff)
chore(release): v0.1.15 (#5163)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 83620193..66933212 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli",
- "version": "0.1.13",
+ "version": "0.1.15",
"engines": {
"node": ">=20.0.0"
},
@@ -14,7 +14,7 @@
"url": "git+https://github.com/google-gemini/gemini-cli.git"
},
"config": {
- "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.1.13"
+ "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.1.15"
},
"scripts": {
"start": "node scripts/start.js",