Skip to content

Commit

Permalink
🔥 Bump version to 3.0.1 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
hahagu committed Nov 4, 2021
1 parent f16a9ae commit cc222e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Console/Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net5.0</TargetFramework>
<AssemblyName>Thumbnail_Generator_CLI</AssemblyName>
<RootNamespace>Thumbnail_Generator_Console</RootNamespace>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion GUI/GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<UseWPF>true</UseWPF>
<ApplicationIcon>icon.ico</ApplicationIcon>
<SignAssembly>false</SignAssembly>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Authors>Defyworks</Authors>
<Company>Defyworks</Company>
Expand Down
2 changes: 1 addition & 1 deletion Library/Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<RootNamespace>Thumbnail_Generator_Library</RootNamespace>
<AssemblyName>Thumbnail_Generator_Library</AssemblyName>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit cc222e3

Please sign in to comment.