Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cblage committed Apr 23, 2018
1 parent 5d2c1ab commit 7f599b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ElixirJSON_121_SNAPSHOT.Mixfile do
defmodule ElixirJSON_125_SNAPSHOT.Mixfile do
use Mix.Project

@version "1.2.3"
@version "1.2.5"

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.5",
keywords: ["Elixir", "json", "encoder", "decoder", "encode", "decode"],
licenses: [[name: "BSD 3-Clause"]],
maintainers: [
Expand Down

0 comments on commit 7f599b7

Please sign in to comment.