diff --git a/alire.toml b/alire.toml index 65ded2a..cff2dbf 100644 --- a/alire.toml +++ b/alire.toml @@ -1,6 +1,6 @@ name = "blake2s" description = "SPARK83 implementation of the BLAKE2s hash function" -version = "0.1.0" +version = "0.1.1" authors = ["Lev Kujawski"] maintainers = ["Lev Kujawski "] diff --git a/blake2s.gpr b/blake2s.gpr index d7c3072..a8e4d7d 100644 --- a/blake2s.gpr +++ b/blake2s.gpr @@ -1,7 +1,7 @@ project BLAKE2S is for Library_Name use "b2sa"; - for Library_Version use "0.1.0"; + for Library_Version use "0.1.1"; type Library_Type_Type is ("relocatable", "static", "static-pic"); Library_Type : Library_Type_Type :=