Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mccallumjack committed Jan 13, 2018
1 parent c161b74 commit 024d3f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ The package can be installed by adding `stoxir` to your list of dependencies in
```elixir
def deps do
[
{:stoxir, "~> 0.1.0"}
{:stoxir, "~> 0.1.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -8,7 +8,7 @@ defmodule Stoxir.Mixfile do
def project do
[
app: :stoxir,
version: "0.1.0",
version: "0.1.1",
elixir: "~> 1.5",
description: @description,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 024d3f9

Please sign in to comment.