From 46f0809971d35eba8e33aa5b81a0e4958fe142ed Mon Sep 17 00:00:00 2001 From: mohad12211 Date: Sat, 10 Feb 2024 21:08:09 +0300 Subject: [PATCH] Version 3.0.0 --- packaging/aur/PKGBUILD | 2 +- packaging/debian/changelog | 2 +- packaging/rpm/SPECS/twitch-downloader-gui.spec | 2 +- src/app.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/aur/PKGBUILD b/packaging/aur/PKGBUILD index 6a9de51..4789697 100644 --- a/packaging/aur/PKGBUILD +++ b/packaging/aur/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Typology pkgname=twitch-downloader-gui -pkgver=2.0.0 +pkgver=3.0.0 pkgrel=1 pkgdesc="Twitch VOD/Clip Downloader - Chat Download/Render/Replay - GUI Version" arch=('x86_64') diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 5b940dc..d95adf3 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,4 +1,4 @@ -twitch-downloader-gui (2.0.0-1) UNRELEASED; urgency=low +twitch-downloader-gui (3.0.0-1) UNRELEASED; urgency=low * Initial release. diff --git a/packaging/rpm/SPECS/twitch-downloader-gui.spec b/packaging/rpm/SPECS/twitch-downloader-gui.spec index 9ae6d42..2c25cdf 100644 --- a/packaging/rpm/SPECS/twitch-downloader-gui.spec +++ b/packaging/rpm/SPECS/twitch-downloader-gui.spec @@ -1,5 +1,5 @@ Name: twitch-downloader-gui -Version: 2.0.0 +Version: 3.0.0 Release: 1%{?dist} Summary: GUI Linux App to download clips/vods/chats and render chat for Twitch diff --git a/src/app.h b/src/app.h index 0bb1e13..81f8d5f 100644 --- a/src/app.h +++ b/src/app.h @@ -5,4 +5,4 @@ #include "Preferences.h" #include "VodDownloader.h" #include "utils.h" -#define VERSION "2.0.0" +#define VERSION "3.0.0"