diff --git a/README.md b/README.md index d0b4da0..bfeaf26 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ This library provides a set of utilities for serializing/deseriallizing Ada Standard containers to/from JSON. +Rev 1.1.0 2017-04-06 + * Simplify JSON-encoding for onedimensional contaners. + Rev 1.0.1 2016-06-14 * First production revision. diff --git a/gnatcoll-json.gpr b/gnatcoll-json.gpr index 8be0de6..5a768f7 100644 --- a/gnatcoll-json.gpr +++ b/gnatcoll-json.gpr @@ -1,7 +1,7 @@ with "gnatcoll"; library project GnatColl.JSON is - VERSION := "1.0.1"; + VERSION := "1.1.0"; -- VERSION shall be in sync with: -- GNATCOLL.JSON.Support.VERSION -- The the README.md file