Skip to content

Commit 5f79053

Browse files
author
Warren Buckley
committed
Bump version to 1.3.0
1 parent 73d43a9 commit 5f79053

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LogViewer.Client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LogViewer.Client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "logviewer.client",
33
"productName": "Compact Log Viewer",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"description": "A cross platform Electron app to view and search logs stored in the Compact log format",
66
"homepage": "https://github.com/warrenbuckley/Compact-Log-Format-Viewer#readme",
77
"repository": {

LogViewer.Server/LogViewer.Server.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12-
<AssemblyVersion>1.2.0</AssemblyVersion>
13-
<FileVersion>1.2.0</FileVersion>
12+
<AssemblyVersion>1.3.0</AssemblyVersion>
13+
<FileVersion>1.3.0</FileVersion>
1414
</PropertyGroup>
1515

1616
<PropertyGroup>

0 commit comments

Comments
 (0)