We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768c05e commit 0f383d5Copy full SHA for 0f383d5
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: "2.2.1",
+ version: "2.2.2",
10
elixir: "~> 1.10",
11
start_permanent: Mix.env() == :prod,
12
deps: deps(),
0 commit comments