diff --git a/NEWS.md b/NEWS.md index 51cbecd1..ff5dccdb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # Molly.jl release notes +## v0.10.4 - Jun 2022 + +- Visualisation is updated to use GLMakie.jl v0.6. + ## v0.10.3 - Jun 2022 - `place_atoms` now checks for sensible inputs and terminates after a certain number of failed attempts. diff --git a/Project.toml b/Project.toml index c11b85fe..dcf86c17 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Molly" uuid = "aa0f7f06-fcc0-5ec4-a7f3-a573f33f9c4c" authors = ["Joe G Greener "] -version = "0.10.3" +version = "0.10.4" [deps] AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a"