Future<void> updateVersionOnPubspecFile(String newVersion) async { await _updateVersionOnPubspecFile(await _getPubspecFile(), newVersion); }