Skip to content

Commit

Permalink
Added latest version of updater.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Firebow59 authored Jun 18, 2023
1 parent 1edb734 commit 8b8aeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sourcecode/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def check_for_new_version(owner, repo, current_version):
def main():
owner = "Firebow59"
repo = "SofdecVideoTools"
current_version = "1.0.0"
current_version = "1.0.2"

check_for_new_version(owner, repo, current_version)

Expand Down

0 comments on commit 8b8aeb5

Please sign in to comment.