Skip to content

Commit

Permalink
Version 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Nov 23, 2017
1 parent 22203c1 commit 55ea72b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ elixir:
- 1.5

otp_release:
- 19
- 20
- 19.3
- 20.0

env: MIX_ENV=test

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Version 0.3.2
## Version 0.4.0

### Improvements

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can find the full documentation online: [docs](https://hexdocs.pm/ecto_autos

```elixir
def deps do
# installation via hex (version 0.3 only supports `{:ecto, ">= 2.1"}`):
# installation via hex (version 0.3 and onwards only supports `{:ecto, ">= 2.1"}`):
[{:ecto_autoslug_field, "~> 0.3"}]

# if you want to use github:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule EctoAutoslugField.Mixfile do
use Mix.Project

@version "0.3.2"
@version "0.4.0"
@url "https://github.com/sobolevn/ecto_autoslug_field"

def project do
Expand Down

0 comments on commit 55ea72b

Please sign in to comment.