Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
weskoerber committed May 20, 2024
1 parent 622f820 commit 0db143b
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 @@ -13,7 +13,7 @@ A simple query string parser for zig.
1. Add kewpie as a dependency in your project using Zig's package manager

```console
zig fetch --save git+https://github.com/weskoerber/kewpie.git#main
zig fetch --save git+https://github.com/weskoerber/kewpie.git#0.1.1
```

2. Add kewpie module to your `build.zig`
Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = "kewpie",
.version = "0.1.0",
.version = "0.1.1",
.minimum_zig_version = "0.12.0",
.dependencies = .{},
.paths = .{
Expand Down

0 comments on commit 0db143b

Please sign in to comment.