We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d59b1f commit dd650abCopy full SHA for dd650ab
guides/Getting Started.md
@@ -6,7 +6,7 @@ Commanded can be installed from hex as follows.
6
7
```elixir
8
def deps do
9
- [{:commanded, "~> 1.0.0-rc.0"}]
+ [{:commanded, "~> 1.0.0-rc.1"}]
10
end
11
```
12
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Commanded.Mixfile do
2
use Mix.Project
3
4
- @version "1.0.0-rc.0"
+ @version "1.0.0-rc.1"
5
def project do
[
0 commit comments