Skip to content

Commit

Permalink
bump up
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Mar 12, 2016
1 parent ffaa09d commit 1fe7c8b
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 @@ -9,7 +9,7 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed
1. Add current_streak_ex to your list of dependencies in `mix.exs`:

def deps do
[{:current_streak_ex, "~> 0.1.0"}]
[{:current_streak_ex, "~> 0.1.1"}]
end

# How to use
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 CurrentStreakEx.Mixfile do
def project do
[
app: :current_streak_ex,
version: "0.1.0",
version: "0.1.1",
elixir: "~> 1.0",
name: "CurrentStreakEx",
source_url: "https://github.com/KazuCocoa/current_streak_ex",
Expand Down

0 comments on commit 1fe7c8b

Please sign in to comment.