From 074139c3681a863eceb787119ec9e2d166a6f374 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Mon, 18 Mar 2024 16:15:47 +0900 Subject: [PATCH] Update description --- PSFzfHistory/PSFzfHistory.psd1 | 4 ++-- docs/install-from-github.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PSFzfHistory/PSFzfHistory.psd1 b/PSFzfHistory/PSFzfHistory.psd1 index 1798ddb..1d8aebe 100644 --- a/PSFzfHistory/PSFzfHistory.psd1 +++ b/PSFzfHistory/PSFzfHistory.psd1 @@ -12,7 +12,7 @@ RootModule = 'PSFzfHistory.psm1' # Version number of this module. - ModuleVersion = '0.0.5' + ModuleVersion = '0.0.6' # Supported PSEditions # CompatiblePSEditions = @() @@ -30,7 +30,7 @@ Copyright = '(c) Kenichi Kamiya. All rights reserved.' # Description of the functionality provided by this module - Description = 'fzf history integration with small code' + Description = 'Tiny fzf integration for history substring search in PowerShell' # Minimum version of the PowerShell engine required by this module # Adjust with bundled PSReadLine diff --git a/docs/install-from-github.md b/docs/install-from-github.md index e61ec70..0fea36e 100644 --- a/docs/install-from-github.md +++ b/docs/install-from-github.md @@ -40,5 +40,5 @@ Make sure you are really installed the module Version Name Repository Description ------- ---- ---------- ----------- 5.5.0 Pester PSGallery Pester provides a framework for running … -0.0.1 PSFzfHistory MyRepository fzf history integration with small code +0.0.6 PSFzfHistory MyRepository Tiny fzf integration for history substr … ```