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 fdac842 commit bd32d90Copy full SHA for bd32d90
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.1.0",
+ version: "2.2.0",
10
elixir: "~> 1.10",
11
start_permanent: Mix.env() == :prod,
12
deps: deps(),
0 commit comments