Skip to content

Commit a4f7aa6

Browse files
committed
Bump version to 1.0.0-pre.14
1 parent 85016ac commit a4f7aa6

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
@@ -154,7 +154,7 @@ Add baml_elixir to your mix.exs:
154154
```elixir
155155
def deps do
156156
[
157-
{:baml_elixir, "~> 1.0.0-pre.13"}
157+
{:baml_elixir, "~> 1.0.0-pre.14"}
158158
]
159159
end
160160
```

mix.exs

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

4-
@version "1.0.0-pre.13"
4+
@version "1.0.0-pre.14"
55

66
def project do
77
[

0 commit comments

Comments
 (0)