Skip to content

Commit

Permalink
Version bump to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justin025 committed Nov 7, 2024
1 parent e0d018e commit 85326e2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distros/arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=onthespot-git
pkgver=1.0.0
pkgver=1.0.1
_branch="main"
pkgrel=1
pkgdesc="Qt based music downloader written in python"
Expand Down
2 changes: 1 addition & 1 deletion src/onthespot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def main():
app = QApplication(sys.argv)

# Set Application Version
version = "v1.0.0"
version = "v1.0.1"
logger.info(f'OnTheSpot Version: {version}')

config.set_("version", version)
Expand Down

0 comments on commit 85326e2

Please sign in to comment.