From b354860793d49d04a3a7dcec0623074b5c7d17ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Tue, 15 Feb 2022 22:05:32 +0100 Subject: [PATCH] Updating version number --- Manifest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manifest.cs b/Manifest.cs index a522c9a1..cc462c6d 100644 --- a/Manifest.cs +++ b/Manifest.cs @@ -4,7 +4,7 @@ [assembly: Module( Name = "Lombiq Helpful Extensions", Author = "Lombiq Technologies", - Version = "1.0", + Version = "2.0.0", Website = "https://github.com/Lombiq/Helpful-Extensions" )]