Skip to content

Commit

Permalink
Bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tareqimbasher committed Aug 15, 2023
1 parent f50e8b5 commit ad6774f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Apps/NetPad.Apps.App/NetPad.Apps.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<RootNamespace>NetPad</RootNamespace>
<Nullable>enable</Nullable>
<AssemblyVersion>0.4.1</AssemblyVersion>
<FileVersion>0.4.1</FileVersion>
<InformationalVersion>0.4.1</InformationalVersion>
<AssemblyVersion>0.4.2</AssemblyVersion>
<FileVersion>0.4.2</FileVersion>
<InformationalVersion>0.4.2</InformationalVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="10.0.1"/>
Expand Down
2 changes: 1 addition & 1 deletion src/Apps/NetPad.Apps.App/electron.manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const electronBuilderConfig = {
appId: "com.netpad.app",
productName: "NetPad",
copyright: "Copyright © 2020 Tareq Imbasher",
buildVersion: "0.4.1",
buildVersion: "0.4.2",
compression: "maximum",
directories: {
output: "../../../bin/Desktop"
Expand Down

0 comments on commit ad6774f

Please sign in to comment.