diff --git a/Project.toml b/Project.toml index ce7f51e..cc578a0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MATFrost" uuid = "406cae98-a0f7-4766-b83f-8510a556e0e7" authors = ["Joris Belier ", "Paolo Accordini ", "Mark Hu "] -version = "0.1.0" +version = "0.2.0" [deps] Scratch = "6c6a2e73-6563-6170-7368-637461726353" diff --git a/src/matlab/private/matfrostversion.m b/src/matlab/private/matfrostversion.m index 85372bf..01f8107 100644 --- a/src/matlab/private/matfrostversion.m +++ b/src/matlab/private/matfrostversion.m @@ -1,5 +1,5 @@ function matfrostversion = matfrostversion - matfrostversion = "0.1.0"; + matfrostversion = "0.2.0"; end \ No newline at end of file