From 6826c3ddaf8c36edae94f7d58bb45a939b4ffe08 Mon Sep 17 00:00:00 2001 From: Yurij Mikhalevich Date: Fri, 16 Aug 2024 12:26:33 +0400 Subject: [PATCH] release: v1.10.3a4 --- .github/workflows/release.yaml | 1 + pyproject.toml | 2 +- snap/snapcraft.yaml | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5bd25e5..ed92e85 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -194,6 +194,7 @@ jobs: - uses: actions/download-artifact@v3 with: name: windows + - run: ls - run: | msiexec /i rclip/rclip-*.msi /quiet Import-Module "$env:ChocolateyInstall/helpers/chocolateyInstaller.psm1" diff --git a/pyproject.toml b/pyproject.toml index 95785b5..7277d18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rclip" -version = "1.10.3a3" +version = "1.10.3a4" description = "AI-Powered Command-Line Photo Search Tool" authors = ["Yurij Mikhalevich "] license = "MIT" diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 78c1f67..645eb6b 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -10,7 +10,7 @@ description: | For a detailed demonstration, watch the video: https://www.youtube.com/watch?v=tAJHXOkHidw. You can use another image as a query by passing a file path or even an URL to the image file to **rclip** and combine multiple queries. Check out the project's README on GitHub for more usage examples: https://github.com/yurijmikhalevich/rclip#readme. -version: 1.10.3a3 +version: 1.10.3a4 website: https://github.com/yurijmikhalevich/rclip contact: yurij@mikhalevi.ch passthrough: @@ -31,7 +31,7 @@ apps: parts: rclip: plugin: python - source: ./snap/local/rclip-1.10.3a3.tar.gz + source: ./snap/local/rclip-1.10.3a4.tar.gz build-packages: - python3-pip build-environment: