Skip to content

Commit ee96545

Browse files
Application Version: 2.2.0, Backend Version: 6.2.0
1 parent 82fbd12 commit ee96545

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kbs-electron",
33
"productName": "Keyboard Sounds",
4-
"version": "2.1.1",
4+
"version": "2.2.0",
55
"description": "https://keyboardsounds.net/",
66
"main": ".webpack/main",
77
"repository": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "keyboardsounds"
3-
version = "6.1.1"
3+
version = "6.2.0"
44
authors = [
55
{ name="Nathan Fiscaletti", email="[email protected]" },
66
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="keyboardsounds",
5-
version="6.1.1",
5+
version="6.2.0",
66
description="Adds the ability to play sounds while typing on any system.",
77
author="Nathan Fiscaletti",
88
author_email="[email protected]",

0 commit comments

Comments
 (0)