From ea0828d68b284f67bed8a5cbddc71e1197ac5648 Mon Sep 17 00:00:00 2001 From: Joris Belier Date: Fri, 26 Jul 2024 22:04:30 +0200 Subject: [PATCH] bump version 0.2.0 --- Project.toml | 2 +- src/matlab/private/matfrostversion.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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