From 994bbfe607c5e11f30118131d6ecb97001beab06 Mon Sep 17 00:00:00 2001 From: Homes32 Date: Sun, 23 Feb 2025 16:07:57 -0600 Subject: [PATCH] update grepWin to v2.1.8 --- .../PhoenixPE/Applications/File Management/grepWin.script | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Projects/PhoenixPE/Applications/File Management/grepWin.script b/Projects/PhoenixPE/Applications/File Management/grepWin.script index d663eaa..50f9871 100644 --- a/Projects/PhoenixPE/Applications/File Management/grepWin.script +++ b/Projects/PhoenixPE/Applications/File Management/grepWin.script @@ -30,18 +30,18 @@ [Main] Title=grepWin -Description=(v2.1.7) grepWin is a simple search and replace tool that can use regular expressions to perform powerful search/replace operations. +Description=(v2.1.8) grepWin is a simple search and replace tool that can use regular expressions to perform powerful search/replace operations. Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.6.0 -Date=2024-12-09 +Version=1.0.7.0 +Date=2025-02-23 [Variables] %ProgramFolder%="grepWin" %ProgramExe%="grepWin.exe" -%ProgramVersion%=2.1.7 +%ProgramVersion%=2.1.8 %DownloadURLx86%=https://github.com/stefankueng/grepWin/releases/download/%ProgramVersion%/grepWin-%ProgramVersion%.msi %DownloadURLx64%=https://github.com/stefankueng/grepWin/releases/download/%ProgramVersion%/grepWin-%ProgramVersion%-x64.msi %SetupFile%="setup_%SourceArch%.exe"