Navigation Menu

Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cblage committed Aug 29, 2013
1 parent 12d5928 commit fd2b2e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule JSON.Mixfile do

def project do
[ app: :json,
version: "0.2.1",
version: "0.2.2",
elixir: "~> 0.10.2-dev",
deps: deps,
source_url: "https://github.com/cblage/elixir-json" ]
Expand Down
4 changes: 2 additions & 2 deletions package.exs
@@ -1,11 +1,11 @@
Expm.Package.new(
name: "json",
description: "Native Elixir library for JSON encoding and decoding",
version: "0.2.1",
version: "0.2.2",
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.1"]])
repositories: [[github: "cblage/elixir-json", tag: "v0.2.2"]])

0 comments on commit fd2b2e6

Please sign in to comment.