From 3ae8c7ce13bdb0f66151bcf891d02c02f726dfcc Mon Sep 17 00:00:00 2001 From: Shrivu Shankar Date: Sat, 7 Sep 2024 14:02:21 -0700 Subject: [PATCH] tweak --- AstroAppHTTPAPI/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AstroAppHTTPAPI/Properties/AssemblyInfo.cs b/AstroAppHTTPAPI/Properties/AssemblyInfo.cs index f73908e..5de2e47 100644 --- a/AstroAppHTTPAPI/Properties/AssemblyInfo.cs +++ b/AstroAppHTTPAPI/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ // [MANDATORY] The assembly versioning //Should be incremented for each new release build of a plugin -[assembly: AssemblyVersion("1.0.0.7")] -[assembly: AssemblyFileVersion("1.0.0.7")] +[assembly: AssemblyVersion("1.0.0.9")] +[assembly: AssemblyFileVersion("1.0.0.9")] // [MANDATORY] The name of your plugin [assembly: AssemblyTitle("Astro HTTP API")]