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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
c-rack committed Jun 15, 2015
1 parent 98cbe0c commit ad34e8a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.2.3] - 2015-06-15
### Added
- Support for `@reboot`

### Fixed
- Does not convert jobs defined in config

## [1.2.2] - 2015-06-15
### Added
- Support for `@annually` and `@midnight`
Expand Down Expand Up @@ -86,7 +93,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Initial commit


[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v1.2.2...HEAD
[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v1.2.3...HEAD
[1.2.3]: https://github.com/c-rack/quantum-elixir/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/c-rack/quantum-elixir/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/c-rack/quantum-elixir/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/c-rack/quantum-elixir/compare/v1.1.0...v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ To use Quantum in your projects, edit your `mix.exs` file and add Quantum as a d

```elixir
defp deps do
[{:quantum, ">= 1.2.2"}]
[{:quantum, ">= 1.2.3"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule Quantum.Mixfile do
use Mix.Project

@version "1.2.2"
@version "1.2.3"

def project do
[
Expand Down

0 comments on commit ad34e8a

Please sign in to comment.