Skip to content

Commit

Permalink
Fix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-fiscaletti committed Jul 15, 2024
1 parent 5f58f56 commit c7192de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion application/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kbs-electron",
"productName": "Keyboard Sounds",
"version": "1.0.6",
"version": "1.0.7",
"description": "https://keyboardsounds.net/",
"main": ".webpack/main",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion keyboardsounds/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def main():

version_number = version("keyboardsounds")

win_messages = []
win_messages = ""
if WIN32:
win_messages = (
f" manage rules:{os.linesep * 2}"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "keyboardsounds"
version = "5.8.0"
version = "5.8.1"
authors = [
{ name="Nathan Fiscaletti", email="nate.fiscaletti@gmail.com" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="keyboardsounds",
version="5.8.0",
version="5.8.1",
description="Adds the ability to play sounds while typing on any system.",
author="Nathan Fiscaletti",
author_email="nate.fiscaletti@gmail.com",
Expand Down

0 comments on commit c7192de

Please sign in to comment.