Skip to content
This repository has been archived by the owner on May 14, 2018. It is now read-only.

Commit

Permalink
Merge pull request quantum-elixir#166 from c-rack/release-1.9.1
Browse files Browse the repository at this point in the history
Release version 1.9.1
  • Loading branch information
c-rack committed Mar 17, 2017
2 parents 5cf0a2d + 1ca119e commit 01f7cfa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

Diff for [Unreleased]

## 1.9.1 - 2017-03-17

Diff for [1.9.1]

## 1.9.0 - 2017-02-07

Expand Down Expand Up @@ -325,7 +328,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Initial commit


[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v1.9.0...HEAD
[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v1.9.1...HEAD
[1.9.1]: https://github.com/c-rack/quantum-elixir/compare/v1.9.0...v1.9.1
[1.9.0]: https://github.com/c-rack/quantum-elixir/compare/v1.8.1...v1.9.0
[1.8.1]: https://github.com/c-rack/quantum-elixir/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/c-rack/quantum-elixir/compare/v1.7.1...v1.8.0
Expand Down
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.0"}]
[{:quantum, ">= 1.9.1"}]
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.0"
@version "1.9.1"

def project do
[
Expand Down

0 comments on commit 01f7cfa

Please sign in to comment.