diff --git a/pubspec.yaml.bak b/pubspec.yaml.bak index f0faf32..933ba90 100644 --- a/pubspec.yaml.bak +++ b/pubspec.yaml.bak @@ -16,7 +16,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.1.1+4 +version: 0.2.0+5 environment: sdk: ^3.8.1 diff --git a/scripts/version_and_changelog.sh b/scripts/version_and_changelog.sh index 959b316..35c560c 100755 --- a/scripts/version_and_changelog.sh +++ b/scripts/version_and_changelog.sh @@ -134,7 +134,7 @@ mv "$TEMP_CHANGELOG" "$CHANGELOG_FILE" echo "Changelog updated successfully." # # Commit version and changelog update -# git config --global user.email "your-email@example.com" +# git config --global user.email "mandreshope@gmail.com" # git config --global user.name "mandreshope" git add pubspec.yaml CHANGELOG.md git commit -m "chore: increment version $NEW_VERSION+$NEW_BUILD and update changelog"