Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Buckley committed Apr 22, 2022
1 parent b214cd2 commit 2439e81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions LogViewer.Client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LogViewer.Client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "logviewer.client",
"productName": "Compact Log Viewer",
"version": "1.3.0",
"version": "1.3.1",
"description": "A cross platform Electron app to view and search logs stored in the Compact log format",
"homepage": "https://github.com/warrenbuckley/Compact-Log-Format-Viewer#readme",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions LogViewer.Server/LogViewer.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<PropertyGroup>
<AssemblyVersion>1.3.0</AssemblyVersion>
<FileVersion>1.3.0</FileVersion>
<AssemblyVersion>1.3.1</AssemblyVersion>
<FileVersion>1.3.1</FileVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 2439e81

Please sign in to comment.