Skip to content

Commit

Permalink
release: 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Jun 5, 2024
1 parent f5506c5 commit 303a1d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "电闹播放器",
"version": "4.0.1.0",
"version": "4.0.2.0",
"description": "电闹播放器 / nox-player: 第三方b站播放器,阿梓播放器威力加强版 / 3rd party Bilibili audio player modified from Azusa-player.",
"manifest_version": 3,
"background": {
Expand Down
2 changes: 2 additions & 0 deletions scripts/release_bump.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ def autoincrease_version(version=get_version(), inc=VersionUpdate.PATCH):
version = get_version()
new_version = autoincrease_version(
version=version, inc=VersionUpdateDict[args.inc])
subprocess.call(['git', 'switch', 'nox-player'])
subprocess.call(['git', 'pull'])
fix_content(Path('./public/manifest.json'), lambda line: line.replace(
version, new_version
))
Expand Down

0 comments on commit 303a1d6

Please sign in to comment.