Skip to content

Commit d429d7a

Browse files
committed
Version 5.0.2
Signed-off-by: onox <denkpadje@gmail.com>
1 parent 4e5a8d1 commit d429d7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

json/alire.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "json"
22
description = "An Ada 2012 library for parsing JSON"
3-
version = "5.0.1"
3+
version = "5.0.2"
44
website = "https://github.com/onox/json-ada"
55
licenses = "Apache-2.0"
66
tags = ["json"]

tests/alire.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "json_tests"
22
description = "Unit tests for json-ada"
3-
version = "5.0.1"
3+
version = "5.0.2"
44
website = "https://github.com/onox/json-ada"
55
licenses = "Apache-2.0"
66
tags = ["json"]
@@ -16,7 +16,7 @@ disabled = true
1616

1717
[[depends-on]]
1818
aunit = "^21.0.0"
19-
json = "^5.0.0"
19+
json = "^5.0.2"
2020

2121
[[pins]]
2222
json = { path = "../json" }

0 commit comments

Comments
 (0)