Skip to content

Commit 237bb46

Browse files
committed
Bump version to v0.0.5
1 parent 6a28df7 commit 237bb46

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
@@ -108,7 +108,7 @@ Each type can ending with a `!` to mark the parameter as required.
108108
```elixir
109109
def deps do
110110
[
111-
{:cast_params, "~> 0.0.4"}
111+
{:cast_params, "~> 0.0.5"}
112112
]
113113
end
114114
```

mix.exs

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

4-
@version "0.0.4"
4+
@version "0.0.5"
55

66
def project do
77
[

0 commit comments

Comments
 (0)