We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c46d0b commit 3fe88a4Copy full SHA for 3fe88a4
2 files changed
README.md
@@ -14,13 +14,12 @@ to handle other features.
14
15
## Installation
16
17
-If [available in Hex](https://hex.pm/docs/publish), the package can be installed
18
-by adding `zig_parser` to your list of dependencies in `mix.exs`:
+The package can be installed by adding `zig_parser` to your list of dependencies in `mix.exs`:
19
20
```elixir
21
def deps do
22
[
23
- {:zig_parser, "~> 0.5.0"}
+ {:zig_parser, "~> 0.5.1"}
24
]
25
end
26
```
mix.exs
@@ -4,7 +4,7 @@ defmodule ZigParser.MixProject do
4
def project do
5
6
app: :zig_parser,
7
- version: "0.5.0",
+ version: "0.5.1",
8
elixir: "~> 1.13",
9
start_permanent: Mix.env() == :prod,
10
description: "a zig parser in elixir",
0 commit comments