Skip to content

Commit c851742

Browse files
committed
v0.1.1
1 parent a9c52f7 commit c851742

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Let me show you its features!
1515
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:
1616

1717
```sh
18-
zig fetch --save "https://github.com/mnemnion/ohsnap/archive/refs/tags/v0.1.0.tar.gz",
18+
zig fetch --save "https://github.com/mnemnion/ohsnap/archive/refs/tags/v0.1.1.tar.gz",
1919
```
2020

2121
Then add it to your test artifact like so:

build.zig.zon

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// This is a [Semantic Version](https://semver.org/).
1212
// In a future version of Zig it will be used for package deduplication.
13-
.version = "0.1.0",
13+
.version = "0.1.1",
1414

1515
// This field is optional.
1616
// This is currently advisory only; Zig does not yet do anything

0 commit comments

Comments
 (0)