From 7c74346b1e6c88315332af85842c232e05ef8186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Horv=C3=A1th?= Date: Thu, 9 Jun 2022 20:39:52 +0200 Subject: [PATCH] setting manifest version to 0.0.1 --- Manifest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manifest.cs b/Manifest.cs index c3ab9c72..5862b245 100644 --- a/Manifest.cs +++ b/Manifest.cs @@ -4,7 +4,7 @@ [assembly: Module( Name = "Lombiq Helpful Extensions", Author = "Lombiq Technologies", - Version = "3.2.0", + Version = "0.0.1", Website = "https://github.com/Lombiq/Helpful-Extensions" )]