From a8fd23b1d1b91528257a171cfa0011c95a770a4b Mon Sep 17 00:00:00 2001 From: DanielVandH Date: Sat, 8 Jul 2023 11:28:17 +1000 Subject: [PATCH] New vers --- .zenodo.json | 8 ++++---- Project.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 046dba5..88cbf21 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -9,10 +9,10 @@ "description": "MovingBoundaryProblems1D.jl: Implementation of the finite volume method for moving boundary problems in 1D.", "keywords": [ "partial-differential-equations", - "differential-equations", - "boundary-conditions", - "one-dimensional", - "finite-volume-methods" + "differential-equations", + "boundary-conditions", + "one-dimensional", + "finite-volume-methods" ], "license": "MIT", "title": "MovingBoundaryProblems1D.jl", diff --git a/Project.toml b/Project.toml index 6a334b6..3345381 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MovingBoundaryProblems1D" uuid = "a903a81a-d576-4eaa-89dc-ab2b94f0d51c" authors = ["Daniel VandenHeuvel "] -version = "1.0.1" +version = "1.0.2" [deps] CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"