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

Commit

Permalink
bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammedKpln committed Mar 24, 2022
1 parent 03eb180 commit 1598b76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lib/Updates.dart
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ class _UpdatesState extends State<Updates> {
),
),
];
return Center(
child: SizedBox(
width: 300,
return Padding(
padding: const EdgeInsets.symmetric(horizontal: 50),
child: Center(
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
crossAxisAlignment: CrossAxisAlignment.center,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.1.0
version: 1.1.1

environment:
sdk: ">=2.16.1 <3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions updates.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"changelog": "Added self-update, cache and a few other minor changes.",
"version": "1.1.1",
"changelog": "Fixed a bug where the canvas color was not being set correctly.",
"downloadUrl": "https://github.com/MuhammedKpln/spamify/releases/latest/download/Spamify.dmg"
}

0 comments on commit 1598b76

Please sign in to comment.