Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kokpheng committed Sep 24, 2020
1 parent 2ae0d6b commit 23715ad
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.0.1-beta.4] - 24 September 2020
- Updated documentation.

## [0.0.1-beta.3] - 24 September 2020
- Updated documentation.

Expand Down
6 changes: 4 additions & 2 deletions 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: 0.0.1-beta.3
time_duration: 0.0.1-beta.4
```

```dart
Expand All @@ -29,7 +29,9 @@ See the examples in the example directory to learn how to use some of the featur
## Testing

```
flutter test test
pub run test
# Using flutter_test SDK, please use this command: flutter test test
```

## Release notes
Expand Down
18 changes: 9 additions & 9 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
name: time_duration
description: A simple API to find the hours and minutes between two times.
version: 0.0.1-beta.3
description: A simple API to find the hours and minutes between two times.
version: 0.0.1-beta.4
homepage: https://github.com/yinkokpheng/time_duration

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.0 <2.0.0"
# flutter: ">=1.12.0 <2.0.0"

dependencies:
flutter:
sdk: flutter
#dependencies:
# flutter:
# sdk: flutter

dev_dependencies:
flutter_test:
sdk: flutter
# flutter_test:
# sdk: flutter
pedantic: ^1.9.0
test: ^1.14.4

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter.
flutter:
#flutter:

# To add assets to your package, add an assets section, like this:
# assets:
Expand Down

0 comments on commit 23715ad

Please sign in to comment.