Skip to content

Commit bd59637

Browse files
committed
Update Version 1.1.1
1 parent 4477953 commit bd59637

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Generate Release Tag
5353
id: tag
5454
run: |
55-
echo "::set-output name=release_version::1.1"
55+
echo "::set-output name=release_version::1.1.1"
5656
5757
- name: Upload to Releases
5858
uses: softprops/action-gh-release@v2

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.1.1
4+
5+
Update binaries
6+
37
## 1.1
48

59
Update BBDown

LinkDown_Wizard.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MyAppName "LinkDown"
2-
#define MyAppVersion "1.1"
2+
#define MyAppVersion "1.1.1"
33
#define MyAppPublisher "LinkScape"
44

55
[Setup]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This software is a integration of `yt-dlp`, `ffmpeg`, and python with automatic
3636

3737
## Development
3838

39-
This software is developed based on Inno Setup, with the source file in repository, run `LinkDown_Wizzard.iss` to compile.
39+
This software is developed based on Inno Setup, with the source file in repository. Run `LinkDown_Wizzard.iss` to compile.
4040

4141
The source code of the Firefox Manifest V2 version of LinkDown for Browsers is at the `webext-firefox` folder in this repository; The source code of the Chrome Manifest V3 of LinkDown for Browsers is at the `webext-chrome` folder in this repository.
4242

0 commit comments

Comments
 (0)