Skip to content

Commit 6187a0f

Browse files
committed
Change Soulseek client version number to 167
1 parent 2d7f329 commit 6187a0f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

backend/src/pynicotine/slskproto.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,14 +1215,14 @@ def _establish_outgoing_server_connection(self, conn):
12151215
login, password,
12161216
# Soulseek client version
12171217
# NS and SoulseekQt use 157
1218-
# We use a custom version number for Nicotine+
1219-
160,
1218+
# We use a custom version number for Nicotine
1219+
167, # 167 for Sonosano, because six, seven
12201220

12211221
# Soulseek client minor version
12221222
# 17 stands for 157 ns 13c, 19 for 157 ns 13e
12231223
# SoulseekQt seems to go higher than this
12241224
# We use a custom minor version for Nicotine+
1225-
2
1225+
1
12261226
)
12271227
)
12281228

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Sonosano",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "P2P Song Player",
55
"main": "./out/main/main.js",
66
"license": "Apache-2.0 license",

0 commit comments

Comments
 (0)