From 8c35e29aee6387f158a086f6bbf4ca3612b2b2dd Mon Sep 17 00:00:00 2001 From: Daniel King Date: Sun, 13 Nov 2022 11:36:16 +0000 Subject: [PATCH] Release version 1.1.0 --- alire.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alire.toml b/alire.toml index cbc4163..2ebe240 100644 --- a/alire.toml +++ b/alire.toml @@ -1,10 +1,10 @@ name = "cobs" description = "Consistent Overhead Byte Stuffing (COBS) encoder/decoder" -version = "1.1.0-dev" +version = "1.1.0" licenses = "MIT" authors = ["Daniel King"] maintainers = ["Daniel King "] maintainers-logins = ["damaki"] website = "https://github.com/damaki/cobs" -tags = ["cobs", "spark", "embedded", "nostd"] \ No newline at end of file +tags = ["cobs", "spark", "embedded", "nostd"]