Skip to content

Commit

Permalink
Merge pull request #222 from jshmrtn/release/v1.9.3
Browse files Browse the repository at this point in the history
Release v1.9.3
  • Loading branch information
c-rack authored Jul 12, 2017
2 parents e7e8b67 + 54a6199 commit db54c7e
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 @@ -16,7 +16,7 @@ To use Quantum in your project, edit the `mix.exs` file and add Quantum to both
**1. the list of dependencies:**
```elixir
defp deps do
[{:quantum, ">= 1.9.2"}]
[{:quantum, ">= 1.9.3"}]
end
```

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 Quantum.Mixfile do
use Mix.Project

@version "1.9.2"
@version "1.9.3"

def project do
[
Expand Down

0 comments on commit db54c7e

Please sign in to comment.