Skip to content

Commit

Permalink
Prep for v6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Jan 12, 2024
1 parent a46af33 commit 32eff79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenSubtitlesDownload.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# OpenSubtitlesDownload.py / Version 6.1
# OpenSubtitlesDownload.py / Version 6.2
# This software is designed to help you find and download subtitles for your favorite videos!

# You can browse the project's GitHub page:
Expand Down Expand Up @@ -54,7 +54,7 @@

# This application is registered
APP_NAME = 'OpenSubtitlesDownload'
APP_VERSION = '6.1'
APP_VERSION = '6.2'
APP_API_KEY = 'FNyoC96mlztsk3ALgNdhfSNapfFY9lOi'

# ==== OpenSubtitles.com account (required) ====================================
Expand Down

0 comments on commit 32eff79

Please sign in to comment.