Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 1598b76

Browse files
committed
bump version to 1.1.1
1 parent 03eb180 commit 1598b76

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lib/Updates.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ class _UpdatesState extends State<Updates> {
160160
),
161161
),
162162
];
163-
return Center(
164-
child: SizedBox(
165-
width: 300,
163+
return Padding(
164+
padding: const EdgeInsets.symmetric(horizontal: 50),
165+
child: Center(
166166
child: Column(
167167
mainAxisAlignment: MainAxisAlignment.center,
168168
crossAxisAlignment: CrossAxisAlignment.center,

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 1.1.0
18+
version: 1.1.1
1919

2020
environment:
2121
sdk: ">=2.16.1 <3.0.0"

updates.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0",
3-
"changelog": "Added self-update, cache and a few other minor changes.",
2+
"version": "1.1.1",
3+
"changelog": "Fixed a bug where the canvas color was not being set correctly.",
44
"downloadUrl": "https://github.com/MuhammedKpln/spamify/releases/latest/download/Spamify.dmg"
55
}

0 commit comments

Comments
 (0)