Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Jul 13, 2014
1 parent 9fb2569 commit c060b1a
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ defmodule Protobuf.Mixfile do

def project do
[app: :exprotobuf,
version: "0.6.1",
elixir: "~> 0.14.2",
version: "0.7.0",
elixir: "~> 0.14.3",
description: description,
package: package,
deps: deps]
end

# Configuration for the OTP application
#
# Type `mix help compile.app` for more information
def application do
[applications: []]
end
Expand All @@ -31,15 +28,6 @@ defmodule Protobuf.Mixfile do
links: [ {"GitHub", "https://github.com/bitwalker/exprotobuf"} ] ]
end

# Dependencies can be hex.pm packages:
#
# {:mydep, "~> 0.3.0"}
#
# Or git/path repositories:
#
# {:foobar, git: "https://github.com/elixir-lang/foobar.git", tag: "0.1"}
#
# Type `mix help deps` for more examples and options
defp deps do
[{ :gpb, github: "tomas-abrahamsson/gpb" }]
end
Expand Down

0 comments on commit c060b1a

Please sign in to comment.