From e9c9ad603b89d289fe1fca88f5eb1df51816a3be Mon Sep 17 00:00:00 2001 From: DLarby <42186355+Larbino1@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:52:30 +0100 Subject: [PATCH] Update Project.toml - Fix version number From 1.1.1 to 1.1.0 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1717d9e..d8fff16 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DigitalAssetExchangeFormatIO" uuid = "43182933-f65b-495a-9e05-4d939cea427d" authors = ["Daniel Larby and contributors"] -version = "1.1.1" +version = "1.1.0" [deps] ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"