Skip to content

Commit 4620a3d

Browse files
committed
Release v0.5.1
1 parent 7255edf commit 4620a3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## Usage
1515

16-
1. Add `{:phoenix_slime, "~> 0.5.0"}` to your deps in `mix.exs`.
16+
1. Add `{:phoenix_slime, "~> 0.5.1"}` to your deps in `mix.exs`.
1717
2. Add the following your Phoenix `config/config.exs`:
1818

1919
```elixir

mix.exs

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

4-
@version "0.5.0"
4+
@version "0.5.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)