Skip to content

Commit dfc199d

Browse files
committed
Update Media plugin
1 parent c533bf4 commit dfc199d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Plugins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"1.0.0-alpha": "7e524ad37d8382dfbf3f71aa9d851651c89ebc89",
88
"1.1.1-alpha": "aaf96d09ecaa77f33af5c3642da73c32c06b16d5",
99
"1.2.0-alpha": "51ece25f1b2afb7395331336379b0f2542667bdf",
10-
"1.4.9-beta": "5a69211a38b16df0604abf72a406b63ac22eba53"
10+
"1.4.9-beta": "0e5eeb4ec488d3dd31b4005b9827271c543e53b6"
1111
}
1212
},
1313
{

scripts/find_outdated.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ def update_assets(json_path: str, app_version: str = None):
5656
with open(json_path, 'w') as json_file:
5757
json.dump(data, json_file, indent=4)
5858

59-
APP_VERSION = "1.4.9-beta"
59+
APP_VERSION = "1.4.12-beta"
6060

61-
update_assets('Plugins.json', app_version=APP_VERSION)
61+
# update_assets('Plugins.json', app_version=APP_VERSION)
6262
update_assets('Icons.json', app_version=APP_VERSION)
6363
update_assets('Wallpapers.json', app_version=APP_VERSION)

0 commit comments

Comments
 (0)