From d84bc25981275111462c90e0915bcd35af9d4378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20M=C3=B8yner?= Date: Sat, 7 Sep 2024 15:22:10 +0200 Subject: [PATCH] Add artifact and bump version --- Artifacts.toml | 8 ++++++++ Project.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Artifacts.toml b/Artifacts.toml index 9d5d318..2be402d 100644 --- a/Artifacts.toml +++ b/Artifacts.toml @@ -21,6 +21,14 @@ lazy = true sha256 = "e6b8b0c0d96e4937dda5d0e740d6017f8b5454543a2ee664fce3c911ac8536be" url = "https://github.com/sintefmath/GeoEnergyIO.jl/releases/download/v1.1.1/olympus_1.tar.bz2" +[SIMPLE_COMP] +git-tree-sha1 = "a18b3faa12684e0dfce5b03f455247d5620838ec" +lazy = true + + [[SIMPLE_COMP.download]] + sha256 = "7dc8deb7cfec5cab3b518e6e591271beeeec83d27d5c15b4561b2699d0084e65" + url = "https://github.com/sintefmath/GeoEnergyIO.jl/releases/download/v1.1.5/simple_comp.tar.gz" + [SPE1] git-tree-sha1 = "54a767353e86e26e4706b77e855dfa5b9fec1380" diff --git a/Project.toml b/Project.toml index 0bcc64d..63e86a7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GeoEnergyIO" uuid = "3b1dd628-313a-45bb-9d8d-8f3c48dcb5d4" authors = ["Olav Møyner and contributors"] -version = "1.1.5" +version = "1.1.6" [deps] Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"