From 0576935fe1ec7ae1d2d4211eb09c999578d1a167 Mon Sep 17 00:00:00 2001 From: Vincent Laugier Date: Sun, 2 Oct 2022 14:21:29 +0200 Subject: [PATCH] Update Project.toml bump version in order to register new version of master that includes this patch: https://github.com/djsegal/StringCases.jl/pull/4 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 34ed48d..a8c02d7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,4 +1,4 @@ name = "StringCases" uuid = "f22f4433-750e-5048-95f9-cae576f2c120" authors = ["Dan Segal ", "Vincent Laugier "] -version = "0.1.0" +version = "0.1.1"