Skip to content

Commit

Permalink
Update to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiland committed Sep 30, 2024
1 parent 93178ab commit d7ec252
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions invidious_installer.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# shellcheck disable=SC2059,SC1091,SC2166,SC2015,SC2129,SC2221,SC2222,SC2317,SC2086

## Author: Tommy Miland (@tmiland) - Copyright (c) 2022
## Author: Tommy Miland (@tmiland) - Copyright (c) 2024


######################################################################
Expand All @@ -11,13 +11,13 @@
#### Maintained by @tmiland ####
######################################################################

VERSION='2.1.3' # Must stay on line 14 for updater to fetch the numbers
VERSION='2.2.1' # Must stay on line 14 for updater to fetch the numbers

#------------------------------------------------------------------------------#
#
# MIT License
#
# Copyright (c) 2022 Tommy Miland
# Copyright (c) 2024 Tommy Miland
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit d7ec252

Please sign in to comment.