Skip to content

Commit 5b3b4ae

Browse files
committed
Bump version to 0.3.3 and update README badge
1 parent fff94e1 commit 5b3b4ae

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MaterialPointVisualizer"
22
uuid = "9ce2fbfb-c269-402f-8683-a675189e795c"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["ZenanH <zenan.huo@outlook.com>"]
55

66
[deps]
@@ -21,7 +21,7 @@ WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
2121
[compat]
2222
ColorSchemes = "3.31"
2323
DelimitedFiles = "1"
24-
FastPointQuery = "0.3"
24+
FastPointQuery = "0.4"
2525
GeometryBasics = "0.5"
2626
HDF5 = "0.17"
2727
MeshCat = "1.1"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![CI](https://github.com/LandslideSIM/MaterialPointVisualizer.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/LandslideSIM/MaterialPointVisualizer.jl/actions/workflows/ci.yml)
44
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg?logo=quicklook)](https://LandslideSIM.github.io/MaterialPointVisualizer.jl/stable)
55
[![Dev](https://img.shields.io/badge/docs-dev-red.svg?logo=quicklook)](https://LandslideSIM.github.io/MaterialPointVisualizer.jl/dev)
6-
[![Version](https://img.shields.io/badge/version-v0.3.2-pink)]()
6+
[![Version](https://img.shields.io/badge/version-v0.3.3-pink)]()
77

88
With this package, we can convert the MPM simulation results (HDF5 files from ***[MaterialPointSolver.jl](https://github.com/LandslideSIM/MaterialPointSolver.jl)*** ) into `.vtp` files or create ParaView-compatible animations. Additionally, it includes some post-processing functionalities.
99

0 commit comments

Comments
 (0)