Skip to content

Commit b191760

Browse files
committed
license and changelog update
1 parent 9361cbb commit b191760

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ Easy-to integrate widgets and exported functions are also part of the package.
2424
## [1.0.5] - 27/07/2021.
2525

2626
* Updated dependencies
27+
28+
## [2.0.0] - 06/10/2022.
29+
30+
* Updated package to support Null-Safety
31+
* Updated package to support flutter 3.x.x

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 2021 Csongor Keller.
3+
Copyright 2022 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: "1.0.5"
321+
version: "2.0.0"
322322
package_config:
323323
dependency: transitive
324324
description:

pubspec.yaml

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

66
environment:
7-
sdk: ">=2.18.0 <3.3.3"
7+
sdk: ">=2.18.0 <3.0.0"
88
flutter: ">=1.17.0"
99

1010
dependencies:

0 commit comments

Comments
 (0)