Skip to content

Commit

Permalink
Version 5.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: onox <denkpadje@gmail.com>
  • Loading branch information
onox committed Apr 26, 2022
1 parent 4e5a8d1 commit d429d7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1"
version = "5.0.2"
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.1"
version = "5.0.2"
website = "https://github.com/onox/json-ada"
licenses = "Apache-2.0"
tags = ["json"]
Expand All @@ -16,7 +16,7 @@ disabled = true

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

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

0 comments on commit d429d7a

Please sign in to comment.