Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Feb 16, 2018
1 parent bf91bea commit af328fb
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 @@ -17,7 +17,7 @@ The package can be installed by adding `ex_saferpay` to your list of dependencie
```elixir
def deps do
[
{:ex_saferpay, "~> 0.1.0"}
{:ex_saferpay, "~> 0.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule ExSaferpay.Mixfile do

use Mix.Project

@version "0.1.0"
@version "0.1.1"

def project do
[
Expand Down

0 comments on commit af328fb

Please sign in to comment.