Skip to content

Commit a30ec52

Browse files
chore: Spoof version from 5.59.0 to 5.60.0
1 parent 324d99d commit a30ec52

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/main/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ exports.config = {
2727
clickErrorCounter: "690.2354",
2828
},
2929
modification: {
30-
version: "1.32.0",
30+
version: "1.32.1",
3131
realYMVersion: "5.57.0",
3232
lastfm: {
3333
apikey: "2b9046ddec8c00edcd0144b3abbea4ba",

src/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "YandexMusic",
4-
"version": "5.59.0",
4+
"version": "5.60.0",
55
"description": "Персональные рекомендации, подборки на любой случай и музыкальные новинки",
66
"author": "Яндекс Музыка <[email protected]>",
77
"homepage": "https://music.yandex.ru/download/",
@@ -32,9 +32,9 @@
3232
"js-yaml": "~4.1.0"
3333
},
3434
"buildInfo": {
35-
"VERSION": "5.59.0",
36-
"BRANCH": "r16977971",
37-
"BUILD_TIME": "2025-07-08T14:24:54Z"
35+
"VERSION": "5.60.0",
36+
"BRANCH": "r17029357",
37+
"BUILD_TIME": "2025-07-15T11:46:12Z"
3838
},
3939
"common": {
4040
"SHOW_RELEASE_NOTES": true,

0 commit comments

Comments
 (0)