Skip to content

Commit

Permalink
Raised version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
h4cc committed Jun 12, 2018
1 parent 81a4fe0 commit bcc27fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add `slugger` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:slugger, "~> 0.2"},
{:slugger, "~> 0.3"},
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Slugger.Mixfile do
[app: :slugger,
name: "Slugger",
source_url: "https://github.com/h4cc/slugger",
version: "0.2.0",
version: "0.3.0",
elixir: "~> 1.3",
description: description(),
package: package(),
Expand Down

0 comments on commit bcc27fa

Please sign in to comment.