Skip to content

Commit

Permalink
Bump to 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akira committed Mar 15, 2019
1 parent 8861304 commit 7fd1dc8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.13.2] - 2019-03-15

### Fixed
- Fix json_library issue #369 needing addition to config file. Add default value.

## [0.13.1] - 2019-02-24

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Add exq to your mix.exs deps (replace version with the latest hex.pm package ver
defp deps do
[
# ... other deps
{:exq, "~> 0.13.1"}
{:exq, "~> 0.13.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Exq.Mixfile do
def project do
[
app: :exq,
version: "0.13.1",
version: "0.13.2",
elixir: "~> 1.6",
elixirc_paths: ["lib"],
package: [
Expand Down

0 comments on commit 7fd1dc8

Please sign in to comment.