Skip to content

Commit

Permalink
Version 6.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: onox <denkpadje@gmail.com>
  • Loading branch information
onox committed Jul 28, 2024
1 parent 4163149 commit 511489d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion json/alire.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "json"
description = "An Ada 2012 library for parsing JSON"
version = "5.0.3"
version = "6.0.0"
website = "https://github.com/onox/json-ada"
licenses = "Apache-2.0"
tags = ["json"]
Expand Down
4 changes: 2 additions & 2 deletions tests/alire.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "json_tests"
description = "Unit tests for json-ada"
version = "5.0.3"
version = "6.0.0"
website = "https://github.com/onox/json-ada"
licenses = "Apache-2.0"
tags = ["json"]
Expand All @@ -13,7 +13,7 @@ maintainers-logins = ["onox"]

[[depends-on]]
aunit = "^21.0.0"
json = "^5.0.2"
json = "^6.0.0"

[[pins]]
json = { path = "../json" }
Expand Down
4 changes: 2 additions & 2 deletions tools/alire.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "json_tools"
description = "Tools for json-ada"
version = "5.0.3"
version = "6.0.0"
website = "https://github.com/onox/json-ada"
licenses = "Apache-2.0"
tags = ["json"]
Expand All @@ -13,7 +13,7 @@ maintainers = ["onox <denkpadje@gmail.com>"]
maintainers-logins = ["onox"]

[[depends-on]]
json = "^5.0.3"
json = "^6.0.0"

[[pins]]
json = { path = "../json" }
Expand Down

0 comments on commit 511489d

Please sign in to comment.