Skip to content

Commit

Permalink
Updated to v0.9.1
Browse files Browse the repository at this point in the history
- Updated `README.md` and `build.zig.zon` to v0.9.1.
  • Loading branch information
00JCIV00 committed Jan 7, 2024
1 parent 80a80cc commit 19dcf06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Commands **** Options **** Values **** Arguments
A simple yet robust cross-platform command line argument parsing library for Zig.

![Static Badge](https://img.shields.io/badge/v0.12_(nightly)-orange?logo=Zig&logoColor=Orange&label=Zig&link=https%3A%2F%2Fziglang.org%2Fdownload%2F) ![Static Badge](https://img.shields.io/badge/v0.9.0b-blue?logo=GitHub&label=Release&link=https%3A%2F%2Fgithub.com%2F00JCIV00%2Fcova%2Freleases%2Ftag%2Fv0.9.0-beta)
![Static Badge](https://img.shields.io/badge/v0.12_(nightly)-orange?logo=Zig&logoColor=Orange&label=Zig&link=https%3A%2F%2Fziglang.org%2Fdownload%2F) ![Static Badge](https://img.shields.io/badge/v0.9.1b-blue?logo=GitHub&label=Release&link=https%3A%2F%2Fgithub.com%2F00JCIV00%2Fcova%2Freleases%2Ftag%2Fv0.9.1-beta)
![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/w/00JCIV00/cova?logo=Github&label=Commits&link=https%3A%2F%2Fgithub.com%2F00JCIV00%2Fcova%2Fcommits%2Fmain%2F)
![Static Badge](https://img.shields.io/badge/MIT-silver?label=License&link=https%3A%2F%2Fgithub.com%2F00JCIV00%2Fcova%2Fblob%2Fmain%2FLICENSE)

Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"build.zig.zon",
"src",
},
.version = "0.9.0",
.version = "0.9.1",
.dependencies = .{},
}

0 comments on commit 19dcf06

Please sign in to comment.