diff --git a/README.md b/README.md index 71bc140..913d2b1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Let me show you its features! The best way to use `ohsnap` is to install it using the [Zig Build System](https://ziglang.org/learn/build-system/). From your project repo root, use `zig fetch` like this: ```sh -zig fetch --save "https://github.com/mnemnion/ohsnap/archive/refs/tags/v0.1.0.tar.gz", +zig fetch --save "https://github.com/mnemnion/ohsnap/archive/refs/tags/v0.1.1.tar.gz", ``` Then add it to your test artifact like so: diff --git a/build.zig.zon b/build.zig.zon index 6290a39..6cc5c2b 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -10,7 +10,7 @@ // This is a [Semantic Version](https://semver.org/). // In a future version of Zig it will be used for package deduplication. - .version = "0.1.0", + .version = "0.1.1", // This field is optional. // This is currently advisory only; Zig does not yet do anything