diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f2e29111..544b555af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ Please consider [donating](https://docs.fleaflet.dev/supporters#support-us) or [contributing](https://docs.fleaflet.dev/credits#contributing) if you're a fan of what we're doing and you'd like to support future releases! +## [7.0.0-dev.1] - 2024/03/13 + +We've changed the format of the CHANGELOG, to make releases faster! +**Check the [latest GitHub release](https://github.com/fleaflet/flutter_map/releases/tag/v7.0.0-dev.1), where you can find an auto-generated list of all the latest commits.** + ## [6.1.0] - 2023/12/02 Contains the following user-affecting changes: diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 045f4731f..e9d7784eb 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -19,7 +19,7 @@ if (flutterVersionCode == null) { def flutterVersionName = localProperties.getProperty('flutter.versionName') if (flutterVersionName == null) { - flutterVersionName = '6.1.0' + flutterVersionName = '7.0.0' } android { diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 5fd64af58..6ca8e9721 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: 6.1.0 +version: 7.0.0 environment: sdk: ">=3.0.0 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 1522269ff..9e5e08418 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_map description: A versatile mapping package for Flutter, that's simple and easy to learn, yet completely customizable and configurable -version: 6.1.0 +version: 7.0.0-dev.1 repository: https://github.com/fleaflet/flutter_map issue_tracker: https://github.com/fleaflet/flutter_map/issues diff --git a/windowsApplicationInstallerSetup.iss b/windowsApplicationInstallerSetup.iss index e84dd6624..2e8049cfa 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 6.1.0" +#define MyAppVersion "for 7.0.0" #define MyAppPublisher "fleaflet" #define MyAppURL "https://github.com/fleaflet/flutter_map" #define MyAppSupportURL "https://github.com/fleaflet/flutter_map/issues"