From 1a5834b60f05fddd85fc09368e90062591fbf680 Mon Sep 17 00:00:00 2001 From: Vexatos Date: Sun, 29 Dec 2019 13:08:24 +0100 Subject: [PATCH] Use the correct UUID for registration. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 32a7309..c889516 100644 --- a/Project.toml +++ b/Project.toml @@ -1,5 +1,5 @@ name = "CircularArrays" -uuid = "dcaa3502-af75-11e8-34c7-6b8fb8855653" +uuid = "7a955b69-7140-5f4e-a0ed-f168c5e2e749" license = "MIT" desc = "Arrays with fixed size and circular indexing." authors = ["Vexatos "]