Skip to content

Commit 4ef68aa

Browse files
authored
Merge pull request #36 from ZenanH/main
🎉 Release new version v0.4.5
2 parents dc0bfac + 22f4cc9 commit 4ef68aa

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MaterialPointSolver"
22
uuid = "dc4aa359-7d89-437d-91bb-f4b330c522c1"
33
authors = ["Zenan Huo <zenan.huo@outlook.com>"]
4-
version = "0.4.4"
4+
version = "0.4.5"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# *MaterialPointSolver* <img src="docs/src/assets/logo.png" align="right" height="126" />
22

33
[![CI](https://github.com/LandslideSIM/MaterialPointSolver.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/LandslideSIM/MaterialPointSolver.jl/actions/workflows/ci.yml)
4-
[![](https://img.shields.io/badge/docs-stable-blue.svg?logo=quicklook)](https://landslidesim.github.io/MaterialPointSolver.jl/stable/)
5-
[![](https://img.shields.io/badge/docs-dev-red.svg?logo=quicklook)](https://landslidesim.github.io/MaterialPointSolver.jl/dev/)
6-
[![](https://img.shields.io/badge/version-v0.4.4-pink)]()
4+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg?logo=quicklook)](https://landslidesim.github.io/MaterialPointSolver.jl/stable/)
5+
[![Dev](https://img.shields.io/badge/docs-dev-red.svg?logo=quicklook)](https://landslidesim.github.io/MaterialPointSolver.jl/dev/)
6+
[![Version](https://img.shields.io/badge/version-v0.4.5-pink)]()
77

88
[![](https://img.shields.io/badge/NVIDIA-CUDA-green.svg?logo=nvidia)](https://developer.nvidia.com/cuda-toolkit)
99
[![](https://img.shields.io/badge/AMD-ROCm-red.svg?logo=amd)](https://www.amd.com/en/products/software/rocm.html)

docs/src/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default defineConfig({
8787
{ icon: 'github', link: 'REPLACE_ME_DOCUMENTER_VITEPRESS' }
8888
],
8989
footer: {
90-
message: '⛰️ LandslideSIM | <a href="https://wp.unil.ch/risk/" target="_blank">Risk Group</a> | Université de Lausanne<br>',
90+
message: '⛰️ <a href="https://github.com/LandslideSIM" target="_blank">LandslideSIM</a> | <a href="https://wp.unil.ch/risk/" target="_blank">Risk Group</a> | Université de Lausanne<br>',
9191
copyright: `© Copyright ${new Date().getUTCFullYear()}.`
9292
}
9393
}

docs/src/.vitepress/theme/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@
5757
--vp-home-hero-name-color: transparent;
5858
--vp-home-hero-name-background: -webkit-linear-gradient(
5959
120deg,
60-
#bd34fe 30%,
61-
#399545
60+
var(--julia-purple) 15%,
61+
var(--vp-dark-green-light),
62+
var(--vp-dark-green)
6263
);
6364
--vp-home-hero-image-background-image: linear-gradient(
6465
-45deg,

0 commit comments

Comments
 (0)