Skip to content

Commit 0812a05

Browse files
committed
bump v0.0.2
1 parent 9a34a87 commit 0812a05

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ assimilate(schematic, input)
6262
```elixir
6363
def deps do
6464
[
65-
{:schematic, "~> 0.0.1"}
65+
{:schematic, "~> 0.0.2"}
6666
]
6767
end
6868
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Schematic.MixProject do
66
app: :schematic,
77
description: "Data validation and transformation",
88
package: package(),
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
elixir: "~> 1.14",
1111
start_permanent: Mix.env() == :prod,
1212
source_url: "https://github.com/mhanberg/schematic",

0 commit comments

Comments
 (0)