Skip to content

Commit c80aba3

Browse files
committed
update changelog
1 parent b052eab commit c80aba3

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v1.4.1
2+
3+
### Changelog
4+
5+
* Dynamic FTP streaming url
6+
7+
### 更新日志
8+
9+
* FTP 串流使用动态 url
10+
111
## v1.4.0
212

313
### Changelog

inno.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "IRIS"
5-
#define MyAppVersion "1.4.0"
5+
#define MyAppVersion "1.4.1"
66
#define MyAppPublisher "nini22P"
77
#define MyAppURL "https://github.com/nini22P/iris"
88
#define MyAppExeName "iris.exe"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: iris
22
description: "A lightweight video player"
33
publish_to: 'none'
4-
version: 1.4.0+3
4+
version: 1.4.1+3
55

66
environment:
77
sdk: ^3.5.4
@@ -82,7 +82,7 @@ msix_config:
8282
identity_name: 22P.IRISplayer
8383
publisher_display_name: 22P
8484
publisher: CN=9740B6B2-E777-4F52-8ECD-C4A577A73010
85-
msix_version: 1.4.0.0
85+
msix_version: 1.4.1.0
8686
logo_path: assets/images/icon.png
8787
trimLogo: false
8888
languages: en-us, zh-cn

0 commit comments

Comments
 (0)