1 parent 9a34a87 commit 0812a05Copy full SHA for 0812a05
2 files changed
README.md
@@ -62,7 +62,7 @@ assimilate(schematic, input)
62
```elixir
63
def deps do
64
[
65
- {:schematic, "~> 0.0.1"}
+ {:schematic, "~> 0.0.2"}
66
]
67
end
68
```
mix.exs
@@ -6,7 +6,7 @@ defmodule Schematic.MixProject do
6
app: :schematic,
7
description: "Data validation and transformation",
8
package: package(),
9
- version: "0.0.1",
+ version: "0.0.2",
10
elixir: "~> 1.14",
11
start_permanent: Mix.env() == :prod,
12
source_url: "https://github.com/mhanberg/schematic",
0 commit comments