summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorBrandon Keiji <[email protected]>2025-06-26 02:48:16 +0000
committerGitHub <[email protected]>2025-06-26 02:48:16 +0000
commit01ff27709d7b62491bc2438fb8939da034c1c003 (patch)
tree65cebf8a44ed019a9029eba78d6754e6036aab6b /packages
parent1078a546feb047122dfb6354b47e4db71acea8ac (diff)
chore: bump to 0.1.5 (#1731)
Diffstat (limited to 'packages')
-rw-r--r--packages/cli/package.json2
-rw-r--r--packages/core/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/cli/package.json b/packages/cli/package.json
index 8e033e0d..14de057c 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli",
- "version": "0.1.4",
+ "version": "0.1.5",
"description": "Gemini CLI",
"type": "module",
"main": "dist/index.js",
diff --git a/packages/core/package.json b/packages/core/package.json
index 87d6ba99..4e54af3f 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli-core",
- "version": "0.1.4",
+ "version": "0.1.5",
"description": "Gemini CLI Server",
"type": "module",
"main": "dist/index.js",