From fda3e8b1f56590c435077be0864e1ab63c52ace1 Mon Sep 17 00:00:00 2001 From: onox Date: Sat, 30 Jul 2022 11:11:54 +0200 Subject: [PATCH] Version 5.0.3 Signed-off-by: onox --- json/alire.toml | 2 +- tests/alire.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/json/alire.toml b/json/alire.toml index 1cfe0c6..9a9ca87 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.2" +version = "5.0.3" website = "https://github.com/onox/json-ada" licenses = "Apache-2.0" tags = ["json"] diff --git a/tests/alire.toml b/tests/alire.toml index b73f8d7..c3daabd 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.2" +version = "5.0.3" website = "https://github.com/onox/json-ada" licenses = "Apache-2.0" tags = ["json"]