From 9f0dbf06605252ab8d350590a30772c88014cfd5 Mon Sep 17 00:00:00 2001 From: Spencer Tang Date: Thu, 29 Jan 2026 11:02:21 -0500 Subject: [PATCH] Release: v0.1.20 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07f1fbe0f..2db5c7829 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "run-gemini-cli", - "version": "0.1.19", + "version": "0.1.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "run-gemini-cli", - "version": "0.1.19", + "version": "0.1.20", "license": "Apache-2.0", "devDependencies": { "@google-github-actions/actions-utils": "^0.8.10", diff --git a/package.json b/package.json index 180b1ea1a..24b727f7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "run-gemini-cli", - "version": "0.1.19", + "version": "0.1.20", "description": "This works with our versioning tools, this is NOT an NPM repo", "scripts": { "build": "echo \"No build required for composite action\"",