Skip to content

Commit

Permalink
preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
cblage committed Apr 13, 2018
1 parent 63efb54 commit 3b4f9ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule ElixirJSON_122_SNAPSHOT.Mixfile do
use Mix.Project

@version "1.2.2"
@version "1.2.3"

def project do
[
Expand Down
2 changes: 1 addition & 1 deletion package.exs
@@ -1,7 +1,7 @@
Expm.Package.new(
name: "json",
description: "Native Elixir library for JSON encoding and decoding",
version: "1.2.2",
version: "1.2.3",
keywords: ["Elixir", "json", "encoder", "decoder", "encode", "decode"],
licenses: [[name: "BSD 3-Clause"]],
maintainers: [
Expand Down

0 comments on commit 3b4f9ed

Please sign in to comment.