Skip to content

Commit 2e27c66

Browse files
committed
Release v1.0.5
1 parent e64e5dc commit 2e27c66

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

landing/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2184,7 +2184,7 @@
21842184
<div class="hero-content">
21852185
<div class="hero-badge">
21862186
<span class="pulse"></span>
2187-
Open-source orchestration for zero-human companies &middot; <span class="orch-version">v1.0.4</span>
2187+
Open-source orchestration for zero-human companies &middot; <span class="orch-version">v1.0.5</span>
21882188
</div>
21892189
<h1>Run multiple AI agents. <em>Without babysitting any of them.</em></h1>
21902190
<p class="hero-sub">
@@ -2241,7 +2241,7 @@ <h1>Run multiple AI agents. <em>Without babysitting any of them.</em></h1>
22412241
</div>
22422242
</div>
22432243
<div class="scroll-hint">Scroll</div>
2244-
<div class="hero-version"><span class="orch-version">v1.0.4</span> &mdash; MIT</div>
2244+
<div class="hero-version"><span class="orch-version">v1.0.5</span> &mdash; MIT</div>
22452245
</section>
22462246

22472247
<!-- STATS BAR -->
@@ -2838,7 +2838,7 @@ <h4>Community</h4>
28382838
</div>
28392839
<div class="footer-bottom">
28402840
<span>&copy; 2026 ORCH &mdash; Open Source, MIT License</span>
2841-
<span><span class="orch-version">v1.0.4</span> &mdash; Built with TypeScript &mdash; Last updated March 2026</span>
2841+
<span><span class="orch-version">v1.0.5</span> &mdash; Built with TypeScript &mdash; Last updated March 2026</span>
28422842
</div>
28432843
</footer>
28442844

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": "@oxgeneral/orch",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Open-source orchestration for zero-human companies, processes and departments — deploy AI engineering, editorial, sales, analytics teams from your terminal",
55
"type": "module",
66
"engines": {

src/bin/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const program = new Command();
4242
program
4343
.name('orchestry')
4444
.description('Agents Organizations — CLI orchestrator for AI agents')
45-
.version('1.0.4')
45+
.version('1.0.5')
4646
.option('--json', 'Output as JSON')
4747
.option('--quiet', 'Minimal output (IDs only)')
4848
.option('--no-color', 'Disable colors')

0 commit comments

Comments
 (0)