Skip to content

Commit 9db5770

Browse files
author
Csongor Keller
committed
v2.4.0 changelog and pubspec update
1 parent 299b29c commit 9db5770

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,8 @@ Easy-to integrate widgets and exported functions are also part of the package.
4545
## [2.3.1] - 24/08/2023
4646

4747
* Language ENUM file updated to match Dart formatter.
48-
* Dartdoc documentation included in the project files
48+
* Dartdoc documentation included in the project files
49+
50+
## [2.4.0] - 24/01/2025
51+
52+
* Better documentation added to the whole project

pubspec.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: open_weather_client
22
description: OpenWeather package for Current and Forecast weather data.
3-
version: 2.3.1
4-
homepage: 'https://github.com/csongorkeller/flutter_open_weather_package'
3+
version: 2.4.0
4+
homepage: "https://github.com/csongorkeller/flutter_open_weather_package"
55

66
environment:
77
sdk: ">=2.19.0 <4.0.0"
@@ -20,9 +20,3 @@ dev_dependencies:
2020
build_runner: any
2121
json_serializable: any
2222
flutter_lints: any
23-
24-
# For information on the generic Dart part of this file, see the
25-
# following page: https://dart.dev/tools/pub/pubspec
26-
27-
# The following section is specific to Flutter.
28-
flutter:

0 commit comments

Comments
 (0)