From 9e61ada954050e9932890a4284bf7bdc800346e8 Mon Sep 17 00:00:00 2001 From: Matthew Carney Date: Sat, 3 Feb 2024 20:58:55 +0000 Subject: [PATCH] Changed version to 1.3.4 --- README.md | 2 +- src/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7006eeb..8b4b5e5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PowerPing - Advanced Windows Ping -[![](https://img.shields.io/badge/stable%20version-1.4.0-brightgreen.svg)](https://github.com/Killeroo/PowerPing/releases) +[![](https://img.shields.io/badge/stable%20version-1.3.4-brightgreen.svg)](https://github.com/Killeroo/PowerPing/releases) Small improved command line ICMP ping program. diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index f5cc79c..8fe20d4 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -17,4 +17,4 @@ [assembly: ComVisible(false)] [assembly: Guid("4fa774f6-c5f6-4429-bf60-c3cfc61ec560")] -[assembly: AssemblyVersion("1.4.0")] +[assembly: AssemblyVersion("1.3.4")] \ No newline at end of file