diff --git a/CHANGELOG.md b/CHANGELOG.md index 52edcc0ee..b7c78052c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0] - 2023/09/XX +## [6.0.0] - 2023/10/09 **"Photography"** diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 48b81db7e..d869da0ae 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -13,12 +13,12 @@ if (flutterRoot == null) { def flutterVersionCode = localProperties.getProperty('flutter.versionCode') if (flutterVersionCode == null) { - flutterVersionCode = '5' + flutterVersionCode = '6' } def flutterVersionName = localProperties.getProperty('flutter.versionName') if (flutterVersionName == null) { - flutterVersionName = '5.0.0' + flutterVersionName = '6.0.0' } apply plugin: 'com.android.application' diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 3205a9379..df1db6176 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_map_example description: Example application for 'flutter_map' package publish_to: "none" -version: 5.0.0 +version: 6.0.0 environment: sdk: ">=3.0.0 <4.0.0" diff --git a/windowsApplicationInstallerSetup.iss b/windowsApplicationInstallerSetup.iss index c6b02849e..1b1f1adbf 100644 --- a/windowsApplicationInstallerSetup.iss +++ b/windowsApplicationInstallerSetup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "flutter_map Demo" -#define MyAppVersion "for 5.0.0" +#define MyAppVersion "for 6.0.0" #define MyAppPublisher "fleaflet" #define MyAppURL "https://github.com/fleaflet/flutter_map" #define MyAppSupportURL "https://github.com/fleaflet/flutter_map/issues"