Skip to content

Commit 7928e2c

Browse files
release: v1.11.0
1 parent 9f26580 commit 7928e2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rclip"
3-
version = "1.10.3"
3+
version = "1.11.0"
44
description = "AI-Powered Command-Line Photo Search Tool"
55
authors = ["Yurij Mikhalevich <[email protected]>"]
66
license = "MIT"

snap/snapcraft.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: |
1010
For a detailed demonstration, watch the video: https://www.youtube.com/watch?v=tAJHXOkHidw.
1111
1212
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.
13-
version: 1.10.3
13+
version: 1.11.0
1414
website: https://github.com/yurijmikhalevich/rclip
1515
1616
passthrough:
@@ -31,7 +31,7 @@ apps:
3131
parts:
3232
rclip:
3333
plugin: python
34-
source: ./snap/local/rclip-1.10.3.tar.gz
34+
source: ./snap/local/rclip-1.11.0.tar.gz
3535
build-packages:
3636
- python3-pip
3737
build-environment:

0 commit comments

Comments
 (0)