We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a28df7 commit 237bb46Copy full SHA for 237bb46
README.md
@@ -108,7 +108,7 @@ Each type can ending with a `!` to mark the parameter as required.
108
```elixir
109
def deps do
110
[
111
- {:cast_params, "~> 0.0.4"}
+ {:cast_params, "~> 0.0.5"}
112
]
113
end
114
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule CastParams.MixProject do
2
use Mix.Project
3
4
- @version "0.0.4"
+ @version "0.0.5"
5
6
def project do
7
0 commit comments