changed
README.md
|
@@ -12,7 +12,7 @@ by adding `statestores` to your list of dependencies in `mix.exs`:
|
12
12
|
```elixir
|
13
13
|
def deps do
|
14
14
|
[
|
15
|
- {:spawn_statestores, "~> 1.3.3"}
|
15
|
+ {:spawn_statestores, "~> 1.4.0"}
|
16
16
|
]
|
17
17
|
end
|
18
18
|
```
|
changed
hex_metadata.config
|
@@ -73,4 +73,4 @@
|
73
73
|
{<<"optional">>,false},
|
74
74
|
{<<"repository">>,<<"hexpm">>},
|
75
75
|
{<<"requirement">>,<<"~> 1.3">>}]]}.
|
76
|
- {<<"version">>,<<"1.3.3">>}.
|
76
|
+ {<<"version">>,<<"1.4.0">>}.
|
changed
mix.exs
|
@@ -2,7 +2,7 @@ defmodule Statestores.MixProject do
|
2
2
|
use Mix.Project
|
3
3
|
|
4
4
|
@app :spawn_statestores
|
5
|
- @version "1.3.3"
|
5
|
+ @version "1.4.0"
|
6
6
|
@source_url "https://github.com/eigr/spawn/blob/main/spawn_statestores/statestores"
|
7
7
|
|
8
8
|
def project do
|