Skip to content

Commit 019e3f8

Browse files
Yeachan-Heoclaude
andcommitted
chore: bump to 3.9.2 with all version refs aligned
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0200129 commit 019e3f8

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{
1111
"name": "oh-my-claudecode",
1212
"description": "Claude Code native multi-agent orchestration with intelligent model routing, 28 agent variants, and 30 powerful skills. Zero learning curve. Maximum power.",
13-
"version": "3.9.1",
13+
"version": "3.9.2",
1414
"author": {
1515
"name": "Yeachan Heo",
1616
"email": "hurrc04@gmail.com"

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-claudecode",
3-
"version": "3.9.1",
3+
"version": "3.9.2",
44
"description": "Multi-agent orchestration system for Claude Code",
55
"author": {
66
"name": "oh-my-claudecode contributors"

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Multi-agent orchestration system for Claude Code CLI, providing intelligent delegation, parallel execution, and IDE-like capabilities through LSP/AST integration.
66

7-
**Version:** 3.9.1
7+
**Version:** 3.9.2
88
**Purpose:** Transform Claude Code into a conductor of specialized AI agents
99
**Inspired by:** oh-my-zsh / oh-my-opencode
1010

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-claude-sisyphus",
3-
"version": "3.9.1",
3+
"version": "3.9.2",
44
"description": "Multi-agent orchestration system for Claude Code - Inspired by oh-my-opencode",
55
"type": "module",
66
"main": "dist/index.js",

src/__tests__/installer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ describe('Installer Constants', () => {
327327

328328
it('should match package.json version', () => {
329329
// This is a runtime check - VERSION should match the package.json
330-
expect(VERSION).toBe('3.9.1');
330+
expect(VERSION).toBe('3.9.2');
331331
});
332332
});
333333

src/installer/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const VERSION_FILE = join(CLAUDE_CONFIG_DIR, '.omc-version.json');
3838
export const CORE_COMMANDS: string[] = [];
3939

4040
/** Current version */
41-
export const VERSION = '3.9.1';
41+
export const VERSION = '3.9.2';
4242

4343
/**
4444
* Find a marker that appears at the start of a line (line-anchored).

0 commit comments

Comments
 (0)