Skip to content

Commit

Permalink
Up version to 2.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
begedin committed May 31, 2017
1 parent b71af18 commit 328dbd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions lib/stripe/card.ex
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ defmodule Stripe.Card do
Stripe API reference: https://stripe.com/docs/api#cards
"""

alias Stripe.Util
alias Stripe.Converter

@type t :: %__MODULE__{}
@type source :: :customer | :recipient

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defmodule Stripe.Mixfile do
"coveralls.html": :test
],
test_coverage: [tool: ExCoveralls],
version: "2.0.0-alpha.7"
version: "2.0.0-alpha.8"
]
end

Expand Down Expand Up @@ -71,7 +71,7 @@ defmodule Stripe.Mixfile do
links: %{
"GitHub" => "https://github.com/code-corps/stripity-stripe"
},
maintainers: ["Dan Matthews", "Josh Smith"]
maintainers: ["Dan Matthews", "Josh Smith", "Nikola Begedin"]
]
end
end

0 comments on commit 328dbd0

Please sign in to comment.