diff --git a/Flow.ConfluenceSearch/Build-Plugin.ps1 b/Flow.ConfluenceSearch/Build-Plugin.ps1 index e6998bd..9bfe43d 100644 --- a/Flow.ConfluenceSearch/Build-Plugin.ps1 +++ b/Flow.ConfluenceSearch/Build-Plugin.ps1 @@ -85,7 +85,7 @@ Get-ChildItem "$BinPath\*.dll" | Where-Object { } # Create ZIP file -$ZipFileName = "$PluginName-v1.0.0.zip" +$ZipFileName = "$PluginName-v1.0.1.zip" $ZipPath = Join-Path $OutputPath $ZipFileName Write-Host "Creating ZIP package: $ZipFileName" -ForegroundColor Yellow diff --git a/Flow.ConfluenceSearch/Start.ps1 b/Flow.ConfluenceSearch/Start.ps1 index aefa3f0..a882795 100644 --- a/Flow.ConfluenceSearch/Start.ps1 +++ b/Flow.ConfluenceSearch/Start.ps1 @@ -6,7 +6,7 @@ param ( [string]$SolutionPath = ".\Flow.ConfluenceSearch.csproj", # Path to solution or csproj file [string]$BuildConfig = "Debug", # Or "Release" - [string]$PluginFolderName = "Confluence Search-1.0.0", # Plugin name (folder name under Plugins) + [string]$PluginFolderName = "Confluence Search-1.0.1", # Plugin name (folder name under Plugins) [string]$FlowLauncherPath = "$env:LOCALAPPDATA\FlowLauncher\Flow.Launcher.exe" # Default path ) diff --git a/Flow.ConfluenceSearch/plugin.json b/Flow.ConfluenceSearch/plugin.json index ecdb211..6548e69 100644 --- a/Flow.ConfluenceSearch/plugin.json +++ b/Flow.ConfluenceSearch/plugin.json @@ -6,7 +6,7 @@ "Name": "Confluence Search", "Description": "Search for and open Confluence pages directly from Flow Launcher.", "Author": "Jan Haug", - "Version": "1.0.0", + "Version": "1.0.1", "Language": "csharp", "Website": "https://github.com/haugjan/Flow.ConfluenceSearch", "IcoPath": "Images/icon.png",