Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Brito Lage committed Dec 18, 2013
1 parent 6a4d3a9 commit a16a828
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule JSON.Mixfile do

def project do
[ app: :json,
version: "0.2.6",
version: "0.2.7",
elixir: "~> 0.12.0",
deps: deps,
source_url: "https://github.com/cblage/elixir-json" ]
Expand Down
5 changes: 2 additions & 3 deletions package.exs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
Expm.Package.new(
name: "json",
description: "Native Elixir library for JSON encoding and decoding",
version: "0.2.6",
version: "0.2.7",
keywords: ["Elixir", "json", "encoder", "decoder", "encode", "decode"],
licenses: [[name: "BSD 3-Clause"]],
maintainers: [
[name: "Carlos Brito Lage", email: "carlos@carloslage.net"],
[name: "James Alexander Rosen", email: "james.a.rosen@gmail.com"]],
repositories: [[github: "cblage/elixir-json", tag: "v0.2.6"]])

repositories: [[github: "cblage/elixir-json", tag: "v0.2.7"]])

0 comments on commit a16a828

Please sign in to comment.