Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Flow.ConfluenceSearch/Build-Plugin.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Flow.ConfluenceSearch/Start.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion Flow.ConfluenceSearch/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading