Skip to content

Commit 9617409

Browse files
authored
Bump: Exstatic v0.1.2 (#8)
* bump * readme version
1 parent 7affe13 commit 9617409

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Add `exstatic` to your list of dependencies in `mix.exs`:
4343
```elixir
4444
def deps do
4545
[
46-
{:exstatic, "~> 0.1.0"}
46+
{:exstatic, "~> 0.1.2", organization: "zappi"}
4747
]
4848
end
4949
```

mix.exs

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

4-
@version "0.1.1"
4+
@version "0.1.2"
55
@repo "Intellection/exstatic"
66
@source_url "https://github.com/#{@repo}"
77

0 commit comments

Comments
 (0)