boyrobot 1 year ago
parent
commit
7d6d14cbe7
1 changed files with 5 additions and 3 deletions
  1. 5 3
      pubspec.yaml

+ 5 - 3
pubspec.yaml

@@ -1,19 +1,21 @@
 name: file_manager
 description: A new Flutter project.
 publish_to: 'none' # Remove this line if you wish to publish to pub.dev
-version: 1.0.0+1
+version: 1.1.5+1
 environment:
   sdk: '>=3.0.0-21.0.dev <4.0.0'
+
 dependencies:
   flutter:
     sdk: flutter
-  cupertino_icons: ^1.0.2
-
+  cupertino_icons: ^1.0.5
+  
 dev_dependencies:
   flutter_test:
     sdk: flutter
 
   flutter_lints: ^2.0.0
+
 flutter:
   uses-material-design: true