Skip to content

Commit

Permalink
- Create a prerelease package.
Browse files Browse the repository at this point in the history
  • Loading branch information
kokpheng committed Sep 24, 2020
1 parent d10159b commit c06b913
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [1.0.1-nullsafety.1] - 24 September 2020
- Create a prerelease package.

## [1.0.0] - 24 September 2020
- Release of the time_duration package.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub.dartlang.org: (you can use 'any' instead of a version if you just want the l

```yaml
dependencies:
time_duration: 1.0.0
time_duration: 1.0.1-nullsafety.1
```

```dart
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: time_duration
description: A simple API to find the hours and minutes between two times.
version: 1.0.0
version: 1.0.1-nullsafety.1
homepage: https://github.com/yinkokpheng/time_duration

environment:
Expand Down

0 comments on commit c06b913

Please sign in to comment.