From 5041690a39dac50c29dd7731656ad48634ca1fe5 Mon Sep 17 00:00:00 2001 From: Homes32 Date: Tue, 31 Jan 2023 00:51:29 -0600 Subject: [PATCH] bump grepwin version --- .../PhoenixPE/Applications/File Managers/grepWin.script | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Projects/PhoenixPE/Applications/File Managers/grepWin.script b/Projects/PhoenixPE/Applications/File Managers/grepWin.script index 4a7de9e..abddf47 100644 --- a/Projects/PhoenixPE/Applications/File Managers/grepWin.script +++ b/Projects/PhoenixPE/Applications/File Managers/grepWin.script @@ -30,18 +30,18 @@ [Main] Title=grepWin -Description=(v2.0.12) grepWin is a simple search and replace tool that can use regular expressions to perform powerful search/replace operations. +Description=(v2.0.13) 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.0.0 -Date=2023-01-02 +Version=1.0.1.0 +Date=2023-01-30 [Variables] %ProgramFolder%="grepWin" %ProgramExe%="grepWin.exe" -%ProgramVersion%=2.0.12 +%ProgramVersion%=2.0.13 %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"