Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
my-flow committed Nov 27, 2016
1 parent 940d572 commit b1d5039
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 MT94x category of SWIFT messages are meant for customer statements and cash
Include a dependency in your `mix.exs`:

```elixir
deps: [{:mt940, "~> 1.1.1"}, …]
deps: [{:mt940, "~> 1.1.2"}, …]
```

`use MT940` and `parse!` the raw input:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule Mt940.Mixfile do
def project do
[
app: :mt940,
version: "1.1.1",
version: "1.1.2",
elixir: "~> 1.3",
description: description(),
package: package(),
Expand Down

0 comments on commit b1d5039

Please sign in to comment.