Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuhot committed May 16, 2019
1 parent 1fddfe7 commit d4e7193
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 @@ -24,7 +24,7 @@ A transactional job queue built with Ecto, PostgreSQL and GenStage
Add `:ecto_job` to your `dependencies`

```elixir
{:ecto_job, "~> 2.0"}
{:ecto_job, "~> 2.1"}
```

## Installation
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 EctoJob.Mixfile do
use Mix.Project

@version "2.0.0"
@version "2.1.0"
@url "https://github.com/mbuhot/ecto_job"

def project do
Expand Down

0 comments on commit d4e7193

Please sign in to comment.