Skip to content

Commit

Permalink
v1.1 Hotfix login cookies fix and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thebiblelover7 committed Aug 15, 2024
1 parent 182b45d commit 277d99f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skillshare_downloader
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Copyright Adriel Sand (@thebiblelover7) and contributors. Contribute to the project
# at https://github.com/thebiblelover7/skillshare_downloader
# Version 1.0
# Version 1.1

# Catch exit commands
trap "echo; echo; exit" INT
Expand All @@ -11,7 +11,7 @@ trap "echo; echo; exit" INT
# Parse Arguments/Options #
###########################

version="1.0"
version="1.1"
executable_name="$(basename "$0")"

project_info(){
Expand Down

0 comments on commit 277d99f

Please sign in to comment.