changeset 13:e4e909f5fd65 default tip

Mark v0.2.9 and make build.ps1 executable.
author Paul Fisher <paul@pfish.zone>
date Tue, 11 Feb 2025 23:16:08 -0500
parents f62ccc5b03c8
children
files build.ps1 extension/manifest.json
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/build.ps1	Tue Feb 11 23:11:21 2025 -0500
+++ b/build.ps1	Tue Feb 11 23:16:08 2025 -0500
@@ -1,2 +1,3 @@
-$version = (Get-Content .\extension\manifest.json | ConvertFrom-Json).version
-Compress-Archive -Path ".\extension\*" -DestinationPath "hide-gemini-$($version).zip" -Force
+#!/usr/bin/env pwsh
+$version = (Get-Content .\extension\manifest.json | ConvertFrom-Json).version
+Compress-Archive -Path ".\extension\*" -DestinationPath "hide-gemini-$($version).zip" -Force
--- a/extension/manifest.json	Tue Feb 11 23:11:21 2025 -0500
+++ b/extension/manifest.json	Tue Feb 11 23:16:08 2025 -0500
@@ -1,7 +1,7 @@
 {
     "manifest_version": 3,
     "name": "Hide Gemini",
-    "version": "0.2.8",
+    "version": "0.2.9",
     "icons": {
         "16": "icons/16.png",
         "32": "icons/32.png",