Skip to content

Commit

Permalink
bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
triwinds committed Apr 13, 2024
1 parent 0566b34 commit 1577ac6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
name: NsEmuTools-console
- uses: actions/upload-artifact@v4
with:
path: dist/NsEmuTools.7z
name: NsEmuTools.7z
path: dist/NsEmuTools
name: NsEmuTools-dir
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.4.9

- 适配 suyu 的新包名 (#107)
- 更新 GitHub 下载源

## 0.4.8

- 修复无法获取固件列表的问题 (#105)
Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from logging.handlers import RotatingFileHandler


current_version = '0.4.8'
current_version = '0.4.9'
user_agent = f'ns-emu-tools/{current_version}'


Expand Down

0 comments on commit 1577ac6

Please sign in to comment.