Skip to content

Commit ca84b42

Browse files
authored
Add JSON.jl v1 support, bump patch version
This shouldn't break any uses of JSON.jl that I have seen here.
1 parent 4326b89 commit ca84b42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PkgAuthentication"
22
uuid = "4722fa14-9d28-45f9-a1e2-a38605bd88f0"
33
authors = ["Sebastian Pfitzner", "contributors"]
4-
version = "2.3.1"
4+
version = "2.3.2"
55

66
[deps]
77
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
@@ -12,5 +12,5 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
1212

1313
[compat]
1414
Downloads = "1"
15-
JSON = "0.20, 0.21"
15+
JSON = "0.20, 0.21, 1"
1616
julia = "1.3"

0 commit comments

Comments
 (0)