Skip to content

Commit

Permalink
bump version to 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leovan committed Aug 25, 2023
1 parent 37d3773 commit 4972fd3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ scihub_eva/resources.py

# Others
*.spec
build-*/**
confs/**
design/**
!design/*.psd
!design/*.svg
build-*/**
dist-*/**
i18n/*_zh_HK.ts
i18n/*_zh_TW.ts
*.bak
building/macOS/scihubeva.rb
building/Windows/scihubeva.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Sometimes, you may need enter the captcha to continue.
### Windows

- Install with [setup file](https://github.com/leovan/SciHubEVA/releases).
- Install with scoop: `scoop bucket add extras && scoop install scihubeva`.
- Install with scoop: `scoop bucket add scoopet https://github.com/ivaquero/scoopet && scoop install scihubeva`.

### Linux

Expand Down
2 changes: 1 addition & 1 deletion building/Windows/SciHubEVA-x86_64.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "Sci-Hub EVA"
#define MyAppVersion "6.2.0"
#define MyAppVersion "6.2.1"
#define MyAppPublisher "Leo Van"
#define MyAppURL "https://github.com/leovan/SciHubEVA"
#define MyAppExeName "SciHubEVA.exe"
Expand Down
8 changes: 4 additions & 4 deletions building/Windows/SciHubEVA.win.version
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(6, 2, 0, 0),
prodvers=(6, 2, 0, 0),
filevers=(6, 2, 1, 0),
prodvers=(6, 2, 1, 0),
mask=0x3f,
flags=0x0,
OS=0x4,
Expand All @@ -16,12 +16,12 @@ VSVersionInfo(
u'040904B0',
[StringStruct(u'CompanyName', u'leovan.tech'),
StringStruct(u'FileDescription', u'Sci-Hub EVA'),
StringStruct(u'FileVersion', u'6.2.0.0'),
StringStruct(u'FileVersion', u'6.2.1.0'),
StringStruct(u'InternalName', u'SciHubEVA'),
StringStruct(u'LegalCopyright', u'\xa9 2018-2023 Leo Van.'),
StringStruct(u'OriginalFilename', u'SciHubEVA.exe'),
StringStruct(u'ProductName', u'Sci-Hub EVA'),
StringStruct(u'ProductVersion', u'6.2.0.0')])
StringStruct(u'ProductVersion', u'6.2.1.0')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down
2 changes: 1 addition & 1 deletion building/macOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>MacOS/Sci-Hub EVA</string>
<key>CFBundleShortVersionString</key>
<string>6.2.0</string>
<string>6.2.1</string>
<key>LSBackgroundOnly</key>
<string>0</string>
<key>CFBundleName</key>
Expand Down
2 changes: 1 addition & 1 deletion scihub_eva/globals/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
ORGANIZATION_NAME = 'LeoVan'
ORGANIZATION_DOMAIN = 'leovan.tech'
APPLICATION_NAME = 'SciHubEVA'
APPLICATION_VERSION = 'v6.2.0'
APPLICATION_VERSION = 'v6.2.1'

0 comments on commit 4972fd3

Please sign in to comment.