Skip to content

Commit 1c3231e

Browse files
author
Christopher Doris
committed
bump versions
1 parent 2529ae8 commit 1c3231e

4 files changed

Lines changed: 61 additions & 3 deletions

File tree

Artifacts.toml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,3 +345,61 @@ os = "windows"
345345
[["micromamba-0.24.0".download]]
346346
sha256 = "eb53b068eb03065434faeeb7dfccc43a4174c34a1584065a05d70bec34bb10ac"
347347
url = "https://micro.mamba.pm/api/micromamba/win-64/0.24.0"
348+
349+
[["micromamba-0.25.1"]]
350+
arch = "x86_64"
351+
git-tree-sha1 = "6e6d5245d8ef7b40183c446606c8b1590c0788f1"
352+
lazy = true
353+
libc = "glibc"
354+
os = "linux"
355+
356+
[["micromamba-0.25.1".download]]
357+
sha256 = "2d8ab91435ea75e4b76412795742b6a17ff25f6d7081a9411a1bc96688e1f7d1"
358+
url = "https://micro.mamba.pm/api/micromamba/linux-64/0.25.1"
359+
[["micromamba-0.25.1"]]
360+
arch = "aarch64"
361+
git-tree-sha1 = "df7f4e0a52ba43e51b05171b9ee97a33b47d3522"
362+
lazy = true
363+
libc = "glibc"
364+
os = "linux"
365+
366+
[["micromamba-0.25.1".download]]
367+
sha256 = "069937fc13c42b3963f1bbe991ad921cdcd75f07771b9a6468c92b66d9b298f6"
368+
url = "https://micro.mamba.pm/api/micromamba/linux-aarch64/0.25.1"
369+
[["micromamba-0.25.1"]]
370+
arch = "powerpc64le"
371+
git-tree-sha1 = "ccc7a091d2b30f01779194048075316a3ec4ede2"
372+
lazy = true
373+
libc = "glibc"
374+
os = "linux"
375+
376+
[["micromamba-0.25.1".download]]
377+
sha256 = "0f5be296570c93317ff22af8b586cf07bd4a96c5e30b323b53fa0970755c2c31"
378+
url = "https://micro.mamba.pm/api/micromamba/linux-ppc64le/0.25.1"
379+
[["micromamba-0.25.1"]]
380+
arch = "x86_64"
381+
git-tree-sha1 = "517387b43acfef0c10d2fc8a4347f268cc992f88"
382+
lazy = true
383+
os = "macos"
384+
385+
[["micromamba-0.25.1".download]]
386+
sha256 = "bd80ed9cb39748a40ae7dfd124aa18e453bf4793e281daf687710c81272e8be1"
387+
url = "https://micro.mamba.pm/api/micromamba/osx-64/0.25.1"
388+
[["micromamba-0.25.1"]]
389+
arch = "aarch64"
390+
git-tree-sha1 = "4a49fe3f01ba8cdfd842f1bdb4c5131db581a8e6"
391+
lazy = true
392+
os = "macos"
393+
394+
[["micromamba-0.25.1".download]]
395+
sha256 = "b39fb2f9f2bed41c5ad885f41f49ba751a4ba5ee01ee96ca8293a84aa603d1b2"
396+
url = "https://micro.mamba.pm/api/micromamba/osx-arm64/0.25.1"
397+
[["micromamba-0.25.1"]]
398+
arch = "x86_64"
399+
git-tree-sha1 = "7950c161b9c76ecc6d58b2b6734696fee7d8e4a0"
400+
lazy = true
401+
os = "windows"
402+
403+
[["micromamba-0.25.1".download]]
404+
sha256 = "ed3b12b747f05a630198d3a8a8f7120bde22ae9033cb62af95d6f3df57fe9b0c"
405+
url = "https://micro.mamba.pm/api/micromamba/win-64/0.25.1"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MicroMamba"
22
uuid = "0b3b1443-0f03-428d-bdfb-f27f9c1191ea"
33
authors = ["Christopher Rowley <github.com/cjdoris>"]
4-
version = "0.1.8"
4+
version = "0.1.9"
55

66
[deps]
77
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

src/MicroMamba.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ end
1717

1818
const STATE = State("", true, "", VersionNumber(0))
1919

20-
const DEFAULT_VERSION = v"0.24.0"
20+
const DEFAULT_VERSION = v"0.25.1"
2121
const ARTIFACTS_TOML = joinpath(dirname(@__DIR__), "Artifacts.toml")
2222
const ARTIFACT_NAME = "micromamba-$(DEFAULT_VERSION)"
2323

src/generate_artifacts.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import ArtifactUtils: add_artifact!
1212
import Pkg.Artifacts: Platform
1313

1414
toml = "Artifacts.toml"
15-
version = "0.24.0"
15+
version = "0.25.1"
1616
name = "micromamba-$(version)"
1717
platforms = [
1818
"linux-64" => Platform("x86_64", "linux"),

0 commit comments

Comments
 (0)