From ab66663147f37c38edc608218b6c0904afdc96e3 Mon Sep 17 00:00:00 2001 From: BKSalman Date: Thu, 19 Jan 2023 23:39:12 +0300 Subject: [PATCH] 0.2.1 -> 0.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- aur/PKGBUILD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67e5958..fa20a62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2795,7 +2795,7 @@ checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3" [[package]] name = "ytdlp-gui" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "dirs", diff --git a/Cargo.toml b/Cargo.toml index ed93059..8aae0fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ytdlp-gui" -version = "0.2.1" +version = "0.2.2" edition = "2021" description = "a GUI for yt-dlp written in Rust" license = "GPL-3.0" diff --git a/aur/PKGBUILD b/aur/PKGBUILD index 29d09b5..1055652 100644 --- a/aur/PKGBUILD +++ b/aur/PKGBUILD @@ -3,7 +3,7 @@ pkgname=ytdlp-gui _pkgname=ytdlp-gui -pkgver=0.2.1 +pkgver=0.2.2 pkgrel=2 pkgdesc="a GUI for yt-dlp written in Rust" url="https://github.com/BKSalman"