Skip to content

Commit

Permalink
docs: Update version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
MMMzq committed Sep 12, 2023
1 parent 16d4ad2 commit db791fa
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## [4.1.0]
## [4.1.1]
* fix: Delete unused packages
* fix: Using bodyMedium instead of bodyText2

* ## [4.1.0]
* feat: Support global configuration
* docs: Add English API documentation and English comments

Expand Down
2 changes: 1 addition & 1 deletion example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1300;
LastUpgradeCheck = 1430;
ORGANIZATIONNAME = "The Chromium Authors";
TargetAttributes = {
97C146ED1CF9000F007C117D = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1300"
LastUpgradeVersion = "1430"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
1 change: 0 additions & 1 deletion lib/src/toast_widget/attached.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'dart:ui';

import 'package:bot_toast/src/basis.dart';
import 'package:flutter/material.dart';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A really easy to use flutter toast library.Easy to use and feature
homepage: https://github.com/MMMzq/bot_toast
email: [email protected]

version: 4.1.0
version: 4.1.1

environment:
sdk: ^2.12.0
Expand Down

0 comments on commit db791fa

Please sign in to comment.