Skip to content

Commit c060b1a

Browse files
committed
Version 0.7.0
1 parent 9fb2569 commit c060b1a

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

mix.exs

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@ defmodule Protobuf.Mixfile do
33

44
def project do
55
[app: :exprotobuf,
6-
version: "0.6.1",
7-
elixir: "~> 0.14.2",
6+
version: "0.7.0",
7+
elixir: "~> 0.14.3",
88
description: description,
99
package: package,
1010
deps: deps]
1111
end
1212

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

34-
# Dependencies can be hex.pm packages:
35-
#
36-
# {:mydep, "~> 0.3.0"}
37-
#
38-
# Or git/path repositories:
39-
#
40-
# {:foobar, git: "https://github.com/elixir-lang/foobar.git", tag: "0.1"}
41-
#
42-
# Type `mix help deps` for more examples and options
4331
defp deps do
4432
[{ :gpb, github: "tomas-abrahamsson/gpb" }]
4533
end

0 commit comments

Comments
 (0)