Skip to content

Commit

Permalink
Update versions to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Dec 19, 2023
1 parent eb80e11 commit 9459926
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ It can be used as a `rebar3` dependency:

```erlang
{deps, [
{amoc, "3.0.0-rc1"}
{amoc, "3.0.0"}
]}.
```

or in `mix`:
```elixir
defp deps() do
[
{:amoc, "~> 3.0.0-rc1"}
{:amoc, "~> 3.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion guides/amoc_livebook.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Mix.install([
{:jiffy, "~> 1.1"},
{:gen_state_machine, "~> 2.0"},
{:uuid, "~> 1.1"},
{:amoc, git: "https://github.com/esl/amoc.git", branch: "master"},
{:amoc, "~> 3.0"},
{:kino, "~> 0.11.3"},
{:vega_lite, "~> 0.1.6"},
{:kino_vega_lite, "~> 0.1.10"},
Expand Down

0 comments on commit 9459926

Please sign in to comment.