Skip to content

Commit 2563661

Browse files
committed
v2.1 release version setup added
1 parent 9fb6dd9 commit 2563661

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@ Easy-to integrate widgets and exported functions are also part of the package.
2828
## [2.0.0] - 06/10/2022.
2929

3030
* Updated package to support Null-Safety
31-
* Updated package to support flutter 3.x.x
31+
* Updated package to support flutter 3.x.x
32+
33+
## [2.1.0] - 20/01/2023.
34+
35+
* Fixed issues with forecasted weather data

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License.
22

3-
Copyright 2022 Csongor Keller.
3+
Copyright 2023 Csongor Keller.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
66
documentation files (the ”Software”), to deal in the Software without restriction, including without limitation

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ packages:
318318
path: ".."
319319
relative: true
320320
source: path
321-
version: "2.0.0"
321+
version: "2.1.0"
322322
package_config:
323323
dependency: transitive
324324
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: open_weather_client
22
description: Unofficial OpenWeather package for Current and Forecast weather data.
3-
version: 2.0.0
3+
version: 2.1.0
44
homepage: 'https://github.com/csongorkeller/flutter_open_weather_package'
55

66
environment:

0 commit comments

Comments
 (0)