Skip to content

Commit 18a048d

Browse files
committed
Version 5.0.0
Signed-off-by: onox <[email protected]>
1 parent 4a8ea78 commit 18a048d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

json/alire.toml

+1-1
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 = "4.0.1"
3+
version = "5.0.0"
44
website = "https://github.com/onox/json-ada"
55
licenses = "Apache-2.0"
66
tags = ["json"]

json/json.gpr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project Json is
22

33
for Library_Name use "json";
4-
for Library_Version use "4.0.1";
4+
for Library_Version use "5.0.0";
55

66
for Create_Missing_Dirs use "True";
77

tests/alire.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ crate = "json"
5454
fulfilment = "linked"
5555
pinned = false
5656
transitivity = "direct"
57-
versions = "^4.0.1"
57+
versions = "^5.0.0"
5858
[solution.state.link]
5959
lockfiled = true
6060
path = "../json"

tests/alire.toml

+2-2
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 = "4.0.1"
3+
version = "5.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 = "^4.0.1"
16+
json = "^5.0.0"
1717

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

0 commit comments

Comments
 (0)