We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b400bd commit 569c23cCopy full SHA for 569c23c
1 file changed
mix.exs
@@ -6,7 +6,7 @@ defmodule Jsonpatch.MixProject do
6
app: :jsonpatch,
7
name: "Jsonpatch",
8
description: "Implementation of RFC 6902 in pure Elixir",
9
- version: "0.12.1",
+ version: "0.13.0",
10
elixir: "~> 1.10",
11
start_permanent: Mix.env() == :prod,
12
deps: deps(),
0 commit comments