We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7affe13 commit 9617409Copy full SHA for 9617409
2 files changed
README.md
@@ -43,7 +43,7 @@ Add `exstatic` to your list of dependencies in `mix.exs`:
43
```elixir
44
def deps do
45
[
46
- {:exstatic, "~> 0.1.0"}
+ {:exstatic, "~> 0.1.2", organization: "zappi"}
47
]
48
end
49
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Exstatic.MixProject do
2
use Mix.Project
3
4
- @version "0.1.1"
+ @version "0.1.2"
5
@repo "Intellection/exstatic"
6
@source_url "https://github.com/#{@repo}"
7
0 commit comments