Skip to content

Commit

Permalink
更新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
etShaw-zh committed Sep 28, 2024
1 parent a452c27 commit 1354c1b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,13 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.AUTO_RELEASE }}
with:
tag_name: v1.0.2
tag_name: v1.0.3
draft: true
files: |
AICodingOfficer_windows.zip
AICodingOfficer_mac_x86.zip
AICodingOfficer_linux.zip
name: 🎉AICO
body: |
## 新增
- 新增内容
## 优化
- 优化内容
## Bug Fixes
- Fix a bug #1
2 changes: 1 addition & 1 deletion build.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ app = BUNDLE(
name='AICodingOfficer.app',
icon='image/icon.icns',
bundle_identifier=None,
version='1.0.2'
version='1.0.3'
)
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
project = 'AI Coding Officer'
copyright = '2024, Jianjun Xiao'
author = 'Jianjun Xiao'
release = 'v1.0.2'
release = 'v1.0.3'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion src/module/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


def currentVersion():
current_version = "1.0.2"
current_version = "1.0.3"
return current_version


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ VSVersionInfo(
StringStruct(u'FileVersion', u'1'),
StringStruct(u'LegalCopyright', u'Copyright (C) 2024 Jianjun Xiao'),
StringStruct(u'ProductName', u'AICodingOfficer'),
StringStruct(u'ProductVersion', u'1.0.2')])
StringStruct(u'ProductVersion', u'1.0.3')])
]),
VarFileInfo([VarStruct(u'Translation', [2052, 1200])])
]
Expand Down

0 comments on commit 1354c1b

Please sign in to comment.