Skip to content

Commit b42b6fe

Browse files
Nagi-ovoclaude
andcommitted
chore: bump to v1.3.3
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: e6fc13be554b
1 parent e8065a2 commit b42b6fe

4 files changed

Lines changed: 19 additions & 5 deletions

File tree

CLAUDE.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CLAUDE.md - AI Assistant Guide for Gemini Voyager
22

3-
> **Last Updated**: 2026-03-05
4-
> **Version**: 1.3.1
3+
> **Last Updated**: 2026-03-09
4+
> **Version**: 1.3.3
55
> **Purpose**: Comprehensive guide for AI assistants working with the Gemini Voyager codebase
66
77
---
@@ -213,6 +213,20 @@ Examples:
213213
- `refactor(copy): introduce temml to convert tex2mathml`
214214
- `chore: update sponsors.svg`
215215

216+
### Version Bump & Release
217+
218+
```bash
219+
bun run bump # Bumps patch version (e.g., 1.3.2 → 1.3.3)
220+
```
221+
222+
After bumping, follow this workflow:
223+
224+
1. Commit the version bump: `chore: bump to v{VERSION}`
225+
2. Create a git tag: `git tag v{VERSION}`
226+
3. Push with tags: `git push && git push --tags`
227+
228+
The bump script automatically updates `package.json`, `manifest.json`, and `manifest.dev.json`, then runs `bun run format`.
229+
216230
### Definition of Done (DoD)
217231

218232
Before claiming a task is complete, verify:

manifest.dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@
5050
"service_worker": "src/pages/background/index.ts",
5151
"type": "module"
5252
},
53-
"version": "1.3.2"
53+
"version": "1.3.3"
5454
}

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"default_locale": "en",
44
"name": "__MSG_extName__",
55
"description": "__MSG_extDescription__",
6-
"version": "1.3.2",
6+
"version": "1.3.3",
77
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8pi3aQ7jFvKKpNl4WFyahflS0NaRsq3a/HNQ9eQkphA4OwFIkir8kJRg4H4xL8KqtZvG8+N7+UfaGsnc0OqhU/hY2Fhl0TMngAGiSiKIXKzX+9Z3nhb0GiTWFBp/GyrQ7KcatrA2Lb+Okn44HzJPSo/uQA3ifjXd8CIBnJexO1PfALPqWqSUDqcO88DnM6a66xx5Kg7y82HYXkj03ipNlk48QJdWub/d+OWXpNiq7ze1z5mfBDhVhYEdckE6QWUh4aqs3arc76YLIYA2BlpLLMXi7zWlBL9ulCZMRMogki3dKYzIWEyBWHlWwYsbKpXM0Rg1CsqPi2iS9ZzSI8K2WQIDAQAB",
88
"action": {
99
"default_popup": "src/pages/popup/index.html",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gemini-voyager",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Supercharge your Gemini experience with timeline navigation, folder organization, prompt vault, and chat export.",
55
"license": "GPL-3.0",
66
"author": "Jesse Zhang",

0 commit comments

Comments
 (0)