Skip to content

Commit d7ec252

Browse files
committed
Update to v2.2.1
1 parent 93178ab commit d7ec252

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

invidious_installer.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
# shellcheck disable=SC2059,SC1091,SC2166,SC2015,SC2129,SC2221,SC2222,SC2317,SC2086
33

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

66

77
######################################################################
@@ -11,13 +11,13 @@
1111
#### Maintained by @tmiland ####
1212
######################################################################
1313

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

1616
#------------------------------------------------------------------------------#
1717
#
1818
# MIT License
1919
#
20-
# Copyright (c) 2022 Tommy Miland
20+
# Copyright (c) 2024 Tommy Miland
2121
#
2222
# Permission is hereby granted, free of charge, to any person obtaining a copy
2323
# of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)