Skip to content

Commit 4e8a21a

Browse files
committed
Bump version
1 parent 487d895 commit 4e8a21a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.0.1 (provisional)
1+
# 1.0.1
22
- Escape remaining keys before comparing them to the (already escaped) keys from earlier in the diffing process when determining Remove operations
33

44
# 1.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The package can be installed by adding `jsonpatch` to your list of dependencies
3232
```elixir
3333
def deps do
3434
[
35-
{:jsonpatch, "~> 1.0.0"}
35+
{:jsonpatch, "~> 1.0.1"}
3636
]
3737
end
3838
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Jsonpatch.MixProject do
66
app: :jsonpatch,
77
name: "Jsonpatch",
88
description: "Implementation of RFC 6902 in pure Elixir",
9-
version: "1.0.0",
9+
version: "1.0.1",
1010
elixir: "~> 1.10",
1111
start_permanent: Mix.env() == :prod,
1212
deps: deps(),

0 commit comments

Comments
 (0)