Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: elixir
elixir:
- 1.2.0
- 1.1.0
otp_release:
- 18.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exBotan is an Elixir wrapper for [Botan.io](http://botan.io) – analytics syste

```elixir
def deps do
[{:botan, "~> 0.1.2"}]
[{:botan, "~> 0.1.1"}]
end
```
Run `$ mix deps.get`.
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ defmodule Botan.Mixfile do

def project do
[app: :botan,
version: "0.1.2",
elixir: "~> 1.2",
version: "0.1.1",
elixir: "~> 1.1",
description: "Elixir wrapper for Botan.io",
package: package,
build_embedded: Mix.env == :prod,
Expand Down