Skip to content

Commit 3fe88a4

Browse files
committed
adds verup
1 parent 2c46d0b commit 3fe88a4

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ to handle other features.
1414

1515
## Installation
1616

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`:
17+
The package can be installed by adding `zig_parser` to your list of dependencies in `mix.exs`:
1918

2019
```elixir
2120
def deps do
2221
[
23-
{:zig_parser, "~> 0.5.0"}
22+
{:zig_parser, "~> 0.5.1"}
2423
]
2524
end
2625
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ZigParser.MixProject do
44
def project do
55
[
66
app: :zig_parser,
7-
version: "0.5.0",
7+
version: "0.5.1",
88
elixir: "~> 1.13",
99
start_permanent: Mix.env() == :prod,
1010
description: "a zig parser in elixir",

0 commit comments

Comments
 (0)