Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
PNG renderer in progress
  • Loading branch information
kpanic committed Apr 8, 2018
1 parent c49db0d commit 72695ef
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 @@ -60,7 +60,7 @@ by adding `forecastr` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:forecastr, "~> 0.1.1"}
{:forecastr, "~> 0.1.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 Forecastr.MixProject do
def project do
[
app: :forecastr,
version: "0.1.1",
version: "0.1.2",
elixir: "~> 1.6",
description: description(),
package: package(),
Expand Down

0 comments on commit 72695ef

Please sign in to comment.