Skip to content

Commit f9cad30

Browse files
release 0.2.0
1 parent c4d774f commit f9cad30

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
@@ -25,7 +25,7 @@ Add RevelryAI to your mix.exs:
2525
```elixir
2626
def deps do
2727
[
28-
{:revelry_ai, "~> 0.1.0"}
28+
{:revelry_ai, "~> 0.2.0"}
2929
]
3030
end
3131
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule RevelryAI.MixProject do
88
app: :revelry_ai,
99
description: "An SDK for interacting with the RevelryAI API",
1010
license: "MIT",
11-
version: "0.1.0",
11+
version: "0.2.0",
1212
elixir: "~> 1.12",
1313
deps: deps(),
1414
compilers: [:yecc, :leex] ++ Mix.compilers(),

0 commit comments

Comments
 (0)