From 8e5deb5fe7246af4580d35e0dbe4a57b90c8823c Mon Sep 17 00:00:00 2001 From: Jamkris Date: Wed, 22 Apr 2026 14:05:46 +0900 Subject: [PATCH] chore: bump version to 1.3.1 --- .gemini-plugin/plugin.json | 2 +- gemini-extension.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gemini-plugin/plugin.json b/.gemini-plugin/plugin.json index c450edf..818d2ef 100644 --- a/.gemini-plugin/plugin.json +++ b/.gemini-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "everything-gemini-code", - "version": "1.3.0", + "version": "1.3.1", "description": "Complete collection of battle-tested Gemini CLI configurations - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use", "author": { "name": "Jamkris", diff --git a/gemini-extension.json b/gemini-extension.json index 8125cf6..33043b4 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "everything-gemini-code", - "version": "1.3.0", + "version": "1.3.1", "description": "Complete collection of Gemini CLI configurations adapted from everything-gemini-code - agents, skills, hooks, and rules", "author": { "name": "Jamkris", diff --git a/package.json b/package.json index b1b7602..7e162a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "everything-gemini-code", - "version": "1.3.0", + "version": "1.3.1", "private": true, "description": "Battle-tested Gemini CLI configurations", "author": "Jamkris",