Skip to content

Commit 2c41a0f

Browse files
committed
Clarify main as 2.0 development line
1 parent f78b9d4 commit 2c41a0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CodexKit
22

33
[![CI](https://github.com/timazed/CodexKit/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/timazed/CodexKit/actions/workflows/ci.yml)
4-
![Version](https://img.shields.io/badge/version-2.0.0--alpha.1-orange)
4+
![Version](https://img.shields.io/badge/main-2.0.0--dev-orange)
55

66
`CodexKit` is a lightweight iOS-first SDK for embedding OpenAI Codex-style agents in Apple apps.
77

@@ -484,7 +484,7 @@ print(preview)
484484

485485
## Versioning And Releases
486486

487-
`CodexKit` uses Semantic Versioning. The latest stable release is `v1.1.0`, and the current prerelease target is `v2.0.0-alpha.1`.
487+
`CodexKit` uses Semantic Versioning. The latest stable release is `v1.1.0`, while `main` tracks the upcoming 2.0 development line.
488488

489489
- Release notes live in [CHANGELOG.md](CHANGELOG.md)
490490
- CI runs on pushes/PRs via [`.github/workflows/ci.yml`](.github/workflows/ci.yml)

0 commit comments

Comments
 (0)