Skip to content

Commit d31adb3

Browse files
fahchenclaude
andcommitted
chore: bump version to 0.2.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9e639b4 commit d31adb3

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
@@ -64,7 +64,7 @@ end
6464
```elixir
6565
def deps do
6666
[
67-
{:ecto_typed_schema, "~> 0.1"},
67+
{:ecto_typed_schema, "~> 0.2"},
6868
{:ecto, "~> 3.10"}
6969
]
7070
end

mix.exs

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

4-
@version "0.1.0"
4+
@version "0.2.0"
55
@source_url "https://github.com/elixir-typed-structor/ecto_typed_schema"
66

77
def project do

0 commit comments

Comments
 (0)