Increment version, update package

This commit is contained in:
Imran Remtulla
2023-02-19 18:48:21 -05:00
parent b57f023739
commit a2879f5bfa
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ import 'package:easy_localization/src/easy_localization_controller.dart';
// ignore: implementation_imports
import 'package:easy_localization/src/localization.dart';
const String currentVersion = '0.11.0';
const String currentVersion = '0.11.1';
const String currentReleaseTag =
'v$currentVersion-beta'; // KEEP THIS IN SYNC WITH GITHUB RELEASES

View File

@@ -830,10 +830,10 @@ packages:
dependency: "direct main"
description:
name: webview_flutter
sha256: f7ec234830f86d0ef2bd664e8460b0038b8c1a83ff076035cad74ac70273753c
sha256: dad1f2caa3272071275436984eb123276a6810dbe7cd6f4c60697640b56a4699
url: "https://pub.dev"
source: hosted
version: "4.0.2"
version: "4.0.4"
webview_flutter_android:
dependency: transitive
description:

View File

@@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.11.0+119 # When changing this, update the tag in main() accordingly
version: 0.11.1+120 # When changing this, update the tag in main() accordingly
environment:
sdk: '>=2.18.2 <3.0.0'