Skip to content

Commit

Permalink
Version 5.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: onox <[email protected]>
  • Loading branch information
onox committed Jul 5, 2021
1 parent 4a8ea78 commit 18a048d
Show file tree
Hide file tree
Showing 4 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 = "4.0.1"
version = "5.0.0"
website = "https://github.com/onox/json-ada"
licenses = "Apache-2.0"
tags = ["json"]
Expand Down
2 changes: 1 addition & 1 deletion json/json.gpr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project Json is

for Library_Name use "json";
for Library_Version use "4.0.1";
for Library_Version use "5.0.0";

for Create_Missing_Dirs use "True";

Expand Down
2 changes: 1 addition & 1 deletion tests/alire.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ crate = "json"
fulfilment = "linked"
pinned = false
transitivity = "direct"
versions = "^4.0.1"
versions = "^5.0.0"
[solution.state.link]
lockfiled = true
path = "../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 = "4.0.1"
version = "5.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 = "^4.0.1"
json = "^5.0.0"

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

0 comments on commit 18a048d

Please sign in to comment.