Page MenuHomePhabricator

No OneTemporary

diff --git a/.travis.yml b/.travis.yml
index d32e33e..480d088 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,18 +1,18 @@
language: erlang
otp_release:
- 17.0
before_install:
- git clone https://github.com/elixir-lang/elixir
- cd elixir
- - git checkout 0.13.3
+ - git checkout 0.14.1
- make
- cd ..
before_script:
- export PATH=`pwd`/elixir/bin:$PATH
- mix local.hex --force
- mix deps.get
script:
- MIX_ENV=all mix test
notifications:
email:
- paulschoenfelder@gmail.com
diff --git a/mix.exs b/mix.exs
index 535b7e1..ef828b4 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,26 +1,26 @@
defmodule ExIrc.Mixfile do
use Mix.Project
def project do
[ app: :exirc,
- version: "0.5.0",
+ version: "0.6.0",
elixir: "~> 0.14.1",
description: "An IRC client library for Elixir.",
package: package,
deps: [] ]
end
# Configuration for the OTP application
def application do
[mod: {ExIrc.App, []}]
end
defp package do
[ files: ["lib", "mix.exs", "README.md", "LICENSE"],
contributors: ["Paul Schoenfelder"],
licenses: ["MIT"],
links: [ { "GitHub", "https://github.com/bitwalker/exirc" },
{ "Home Page", "http://bitwalker.org/exirc"} ] ]
end
end

File Metadata

Mime Type
text/x-diff
Expires
Sun, Apr 27, 7:33 PM (22 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38862
Default Alt Text
(1 KB)

Event Timeline