chore: fix version

This commit is contained in:
Jesús Pérez 2025-11-10 12:13:05 +00:00
parent c9163f6005
commit 2669e2822f
2 changed files with 5 additions and 4 deletions

View File

@ -727,4 +727,4 @@ Integrate with external systems via APIs:
**Made with vaporwave dreams and Rust reality ✨** **Made with vaporwave dreams and Rust reality ✨**
Last updated: November 2025 | Version: 0.2.0 (Specification) Last updated: November 2025 | Version: 0.1.0 (Specification)

View File

@ -17,6 +17,7 @@
[Features](#-features) • [Quick Start](#-quick-start) • [Architecture](#-architecture) • [Docs](docs/) • [Contributing](#-contributing) [Features](#-features) • [Quick Start](#-quick-start) • [Architecture](#-architecture) • [Docs](docs/) • [Contributing](#-contributing)
</div> </div>
--- ---
```txt ```txt
@ -29,7 +30,7 @@
Where ideas vaporize into reality Where ideas vaporize into reality
``` ```
## 🌟 What is Vapora v2.0? ## 🌟 What is Vapora v1.0?
**VAPORA** is an **intelligent development orchestration platform** where teams and AI agents collaborate seamlessly to solve the 4 critical problems in parallel: **VAPORA** is an **intelligent development orchestration platform** where teams and AI agents collaborate seamlessly to solve the 4 critical problems in parallel:
@ -200,7 +201,7 @@
```bash ```bash
# Build and push Docker images # Build and push Docker images
nu scripts/build-docker.nu --registry docker.io --tag v0.2.0 --push nu scripts/build-docker.nu --registry docker.io --tag v0.1.0 --push
# Update secrets # Update secrets
edit kubernetes/03-secrets.yaml # Add your API keys edit kubernetes/03-secrets.yaml # Add your API keys
@ -475,7 +476,7 @@ provisioning workflow run workflows/deploy-full-stack.yaml
--- ---
📚 Documentation & Specifications 📚 Documentation & Specifications
VAPORA v2.0 is built on comprehensive specifications organized by domain: VAPORA v1.0 is built on comprehensive specifications organized by domain:
**Core Specifications** (guides/core/): **Core Specifications** (guides/core/):
- **VAPORA-ARCHITECTURE-V2.md**: 4-layer architecture (Frontend, API, Service, Data, Infrastructure) - **VAPORA-ARCHITECTURE-V2.md**: 4-layer architecture (Frontend, API, Service, Data, Infrastructure)