Skip to content

Commit

Permalink
Bumped patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvd-Znf committed Oct 25, 2023
1 parent 15efb37 commit 1a5e713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Maintainer: Dvd-Znf <email@dvdznf.xyz>
pkgname=youtty
pkgver=0.3.1
pkgver=0.3.2
pkgrel=1
pkgdesc="Search, download and watch any youtube video from the tty"
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ int main(int argc, char *argv[]){
printf("%s",helpstr);
return 0;
} else if(!strcmp(argv[i],"-v") || !strcmp(argv[i],"--version")) {
printf("youtty version: v0.3.1\n");
printf("youtty version: v0.3.2\n");
return 0;
} else if(!strcmp(argv[i],"-k") || !strcmp(argv[i],"--kitty")) {
kitten=true;
Expand Down

0 comments on commit 1a5e713

Please sign in to comment.