Skip to content

Commit 2a9adaa

Browse files
author
xaviercallens
committed
chore: Update version references from v1.5 to v1.6
Update all version references to v1.6: - index.html: Promo banner updated from v1.5 to v1.6 - index.html: Release notes link updated from v15-release to v16-release - index.html: Promo text updated with v1.6 features - _includes/footer.html: Footer version updated from v1.5 to v1.6 - _includes/footer.html: Default version updated from 1.5.0 to 1.6.0 This ensures all website pages consistently reference v1.6 as the current version.
1 parent cc47b15 commit 2a9adaa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="footer-section">
55
<div class="footer-brand">
66
<img src="{{ '/assets/images/AMCPLogo.png' | relative_url }}" alt="AMCP Logo" class="footer-logo">
7-
<h3>AMCP v1.5</h3>
7+
<h3>AMCP v1.6</h3>
88
<p>Enterprise-grade multi-agent communication framework for modern distributed systems.</p>
99
</div>
1010
<div class="footer-social">
@@ -74,7 +74,7 @@ <h4>Resources</h4>
7474
<p>&copy; {{ 'now' | date: "%Y" }} AMCP Development Team. Released under the MIT License.</p>
7575
</div>
7676
<div class="footer-meta">
77-
<span class="footer-version">Version {{ site.version | default: "1.5.0" }}</span>
77+
<span class="footer-version">Version {{ site.version | default: "1.6.0" }}</span>
7878
<span class="footer-separator"></span>
7979
<a href="{{ '/privacy/' | relative_url }}">Privacy Policy</a>
8080
<span class="footer-separator"></span>

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ <h1>Agentic Framework - Agent Mesh Communication Protocol</h1>
1616
<div class="container">
1717
<div class="promo-content">
1818
<div class="promo-text">
19-
<h2>🚀 AMCP v1.5 Released</h2>
20-
<p>Enhanced Agent MobilityNative LLM Integration • Zero-Trust Security</p>
19+
<h2>🚀 AMCP v1.6 Released</h2>
20+
<p>Advanced Agent OrchestrationEnterprise Security • Multi-Cloud Deployment</p>
2121
</div>
2222
<div class="promo-actions">
23-
<a href="/docs/blog/v15-release.html" class="btn btn-promo">Release Notes</a>
23+
<a href="/docs/blog/v16-release.html" class="btn btn-promo">Release Notes</a>
2424
<a href="/blog/" class="btn btn-promo-outline">Read Blog</a>
2525
</div>
2626
</div>

0 commit comments

Comments
 (0)