diff --git a/.gitignore b/.gitignore index ae01250..f1c9659 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,6 @@ app.*.map.json /android/app/profile /android/app/release -# Build exceptions -!build/web/ -!build/web/* +# Build exceptions (deprecated) +; !build/web/ +; !build/web/* diff --git a/pubspec.yaml b/pubspec.yaml index 4355d3f..0f9272e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: portfolio -description: A new Flutter project. +description: Ashutosh's Portfolio # The following line prevents the package from being accidentally published to # pub.dev using `pub publish`. This is preferred for private packages. @@ -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.0.0+1 +version: 1.0.1+2 environment: sdk: ">=2.12.0 <3.0.0"