Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cblage committed Dec 30, 2020
1 parent 8bb2d99 commit 845e2cd
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_140_SNAPSHOT.Mixfile do
use Mix.Project

@version "1.4.0"
@version "1.4.1"

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

0 comments on commit 845e2cd

Please sign in to comment.