Skip to content

Commit dd650ab

Browse files
committed
Release v1.0.0-rc.1
1 parent 8d59b1f commit dd650ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/Getting Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Commanded can be installed from hex as follows.
66

77
```elixir
88
def deps do
9-
[{:commanded, "~> 1.0.0-rc.0"}]
9+
[{:commanded, "~> 1.0.0-rc.1"}]
1010
end
1111
```
1212

mix.exs

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

4-
@version "1.0.0-rc.0"
4+
@version "1.0.0-rc.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)