Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
Update to be compatible with 0.13.3

- No more records anywhere internally
- Preserve location in macros for better error tracking
- A few odds and ends for the internals
  • Loading branch information
bitwalker committed May 17, 2014
1 parent 4f63bcc commit c9246c8
Showing 1 changed file with 2 additions and 2 deletions.
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 Protobuf.Mixfile do

def project do
[app: :exprotobuf,
version: "0.2.1",
elixir: "~> 0.13.2-dev",
version: "0.3.0",
elixir: "~> 0.13.3-dev",
description: description,
package: package,
deps: deps]
Expand Down

0 comments on commit c9246c8

Please sign in to comment.