Skip to content

Commit

Permalink
Remove build and Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodepapaya committed Sep 10, 2021
1 parent 43c502b commit 89a1dbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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"
Expand Down

0 comments on commit 89a1dbf

Please sign in to comment.