diff --git a/pubspec.yaml b/pubspec.yaml index 069ba659..b8a9258b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: excel description: A flutter and dart library for reading, creating, editing and updating excel sheets with compatible both on client and server side. -version: 4.0.5 +version: 4.0.6 homepage: https://github.com/justkawal/excel topics: - excel @@ -13,7 +13,7 @@ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - archive: 3.4.9 + archive: ^3.4.10 xml: ">=5.0.0 <7.0.0" collection: ^1.15.0 equatable: ^2.0.0