From 511489d4cf3bba05ca1376b36664ebe619004221 Mon Sep 17 00:00:00 2001 From: onox Date: Sun, 28 Jul 2024 17:10:25 +0200 Subject: [PATCH] Version 6.0.0 Signed-off-by: onox --- json/alire.toml | 2 +- tests/alire.toml | 4 ++-- tools/alire.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/json/alire.toml b/json/alire.toml index c169061..ca807c2 100644 --- a/json/alire.toml +++ b/json/alire.toml @@ -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"] diff --git a/tests/alire.toml b/tests/alire.toml index 1d1a7c2..8eeb751 100644 --- a/tests/alire.toml +++ b/tests/alire.toml @@ -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"] @@ -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" } diff --git a/tools/alire.toml b/tools/alire.toml index 248f3f3..af2485f 100644 --- a/tools/alire.toml +++ b/tools/alire.toml @@ -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"] @@ -13,7 +13,7 @@ maintainers = ["onox "] maintainers-logins = ["onox"] [[depends-on]] -json = "^5.0.3" +json = "^6.0.0" [[pins]] json = { path = "../json" }