Skip to content

Commit 23309c6

Browse files
committed
Release version 1.1.0
1 parent fabf716 commit 23309c6

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ app.*.map.json
4646
/android/app/debug
4747
/android/app/profile
4848
/android/app/release
49+
50+
# Inno
51+
/inno/Output

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 1.1.0
2+
- Add speed test box
3+
- Set a fixed height and width when starting the app
4+
- Update window title
5+
6+
# 1.0
7+
First official release

inno/Inno installer script.iss

Lines changed: 2 additions & 2 deletions
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 "IRNet"
5-
#define MyAppVersion "1.0"
5+
#define MyAppVersion "1.1.0"
66
#define MyAppPublisher "BuildToApp, Inc."
77
#define MyAppURL "https://www.buildtoapp.com/"
88
#define MyAppExeName "ir_net.exe"
@@ -28,7 +28,7 @@ ArchitecturesAllowed=x64compatible
2828
; the 64-bit view of the registry.
2929
ArchitecturesInstallIn64BitMode=x64compatible
3030
DisableProgramGroupPage=yes
31-
LicenseFile=C:\Workspace\Flutter\ir_net\signing\installer license.txt
31+
LicenseFile=C:\Workspace\Flutter\ir_net\inno\installer license.txt
3232
; Uncomment the following line to run in non administrative install mode (install for current user only.)
3333
;PrivilegesRequired=lowest
3434
OutputBaseFilename=mysetup

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ir_net
22
description: Windows tool to show if user is connected to Iran internet or a VPN
33
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
4-
version: 1.0.0+1
4+
version: 1.1.0+2
55
environment:
66
sdk: ">=3.2.3 <4.0.0"
77
flutter: "3.29.0"

0 commit comments

Comments
 (0)