We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7255edf commit 4620a3dCopy full SHA for 4620a3d
README.md
@@ -13,7 +13,7 @@
13
14
## Usage
15
16
- 1. Add `{:phoenix_slime, "~> 0.5.0"}` to your deps in `mix.exs`.
+ 1. Add `{:phoenix_slime, "~> 0.5.1"}` to your deps in `mix.exs`.
17
2. Add the following your Phoenix `config/config.exs`:
18
19
```elixir
mix.exs
@@ -1,7 +1,7 @@
1
defmodule PhoenixSlime.Mixfile do
2
use Mix.Project
3
4
- @version "0.5.0"
+ @version "0.5.1"
5
6
def project do
7
[
0 commit comments