Skip to content

Commit f71cb97

Browse files
author
renancaraujo
committed
2.0.0
1 parent d4799e4 commit f71cb97

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [2.0.0]
2+
- Added support to NNBD
3+
14
## [1.0.0]
25
- Closing major since API is stable and utc is defined as output
36

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ packages:
2121
path: ".."
2222
relative: true
2323
source: path
24-
version: "1.0.0"
24+
version: "2.0.0"
2525
intl:
2626
dependency: transitive
2727
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: daylight
22
description: Get the sunset and sunrise times for a geolocation without having to access any api.
3-
version: 1.0.0
3+
version: 2.0.0
44
homepage: https://github.com/renancaraujo/daylight
55

66
environment:

0 commit comments

Comments
 (0)