Skip to content

Commit a3e0926

Browse files
committed
Release version 1.2.0
1 parent 0c51965 commit a3e0926

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.2.0
2+
- Integrate Kerio-Control login page
3+
- Show leaks on system tray by default
4+
15
# 1.1.0
26
- Add speed test box
37
- Set a fixed height and width when starting the app

inno/Inno installer script.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 "IRNet"
5-
#define MyAppVersion "1.1.0"
5+
#define MyAppVersion "1.2.0"
66
#define MyAppPublisher "BuildToApp, Inc."
77
#define MyAppURL "https://www.buildtoapp.com/"
88
#define MyAppExeName "ir_net.exe"

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.1.0+2
4+
version: 1.2.0+3
55
environment:
66
sdk: ">=3.2.3 <4.0.0"
77
flutter: "3.29.0"

0 commit comments

Comments
 (0)