Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
cblage committed Apr 19, 2018
1 parent 0a64137 commit b15d013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ElixirJSON_121_SNAPSHOT.Mixfile do
use Mix.Project

@version "1.2.3"
@version "1.2.4"

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

0 comments on commit b15d013

Please sign in to comment.