Skip to content

Commit 511489d

Browse files
committed
Version 6.0.0
Signed-off-by: onox <denkpadje@gmail.com>
1 parent 4163149 commit 511489d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.3"
3+
version = "6.0.0"
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.3"
3+
version = "6.0.0"
44
website = "https://github.com/onox/json-ada"
55
licenses = "Apache-2.0"
66
tags = ["json"]
@@ -13,7 +13,7 @@ maintainers-logins = ["onox"]
1313

1414
[[depends-on]]
1515
aunit = "^21.0.0"
16-
json = "^5.0.2"
16+
json = "^6.0.0"
1717

1818
[[pins]]
1919
json = { path = "../json" }

tools/alire.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "json_tools"
22
description = "Tools for json-ada"
3-
version = "5.0.3"
3+
version = "6.0.0"
44
website = "https://github.com/onox/json-ada"
55
licenses = "Apache-2.0"
66
tags = ["json"]
@@ -13,7 +13,7 @@ maintainers = ["onox <denkpadje@gmail.com>"]
1313
maintainers-logins = ["onox"]
1414

1515
[[depends-on]]
16-
json = "^5.0.3"
16+
json = "^6.0.0"
1717

1818
[[pins]]
1919
json = { path = "../json" }

0 commit comments

Comments
 (0)