Skip to content

Commit ee10b06

Browse files
committed
increment version
1 parent 9f7baae commit ee10b06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Add `:elixir_a2s` to your list of dependencies in `mix.exs`:
77
```elixir
88
def deps do
99
[
10-
{:elixir_a2s, "~> 0.4.2"}
10+
{:elixir_a2s, "~> 0.4.3"}
1111
]
1212
end
1313
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule A2S.MixProject do
22
use Mix.Project
33

4-
@version "0.4.2"
4+
@version "0.4.3"
55
@source_url "https://github.com/Moosieus/elixir-a2s"
66

77
def project do

0 commit comments

Comments
 (0)