Skip to content

Commit

Permalink
Update version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tareqimbasher committed May 20, 2024
1 parent c7cb08e commit cb16191
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.7.0</AssemblyVersion>
<FileVersion>0.7.0</FileVersion>
<InformationalVersion>0.7.0</InformationalVersion>
<AssemblyVersion>0.7.1</AssemblyVersion>
<FileVersion>0.7.1</FileVersion>
<InformationalVersion>0.7.1</InformationalVersion>
<LangVersion>11</LangVersion>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Apps/NetPad.Apps.App/electron.manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
const electronBuilderConfig = {
appId: "com.netpad.app",
productName: "NetPad",
copyright: "Copyright © 2020 Tareq Imbasher",
buildVersion: "0.7.0",
copyright: "Copyright © 2024 Tareq Imbasher",
buildVersion: "0.7.1",
compression: "maximum",
directories: {
output: "../../../bin/Desktop"
Expand Down

0 comments on commit cb16191

Please sign in to comment.