Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
Nriver committed Aug 12, 2022
1 parent d3eb72f commit 7eccbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QBRssManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class App(QWidget):

def __init__(self):
super().__init__()
self.title = 'qBittorrent 订阅下载规则管理 v1.2.2 by Nriver'
self.title = 'qBittorrent 订阅下载规则管理 v1.2.3 by Nriver'
# 图标
self.setWindowIcon(QtGui.QIcon(resource_path('QBRssManager.ico')))
self.left = 0
Expand Down

0 comments on commit 7eccbe7

Please sign in to comment.