Skip to content

Commit

Permalink
v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jogboms authored Jan 18, 2024
2 parents 0bdc09b + 6eb64e4 commit 27be22d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions .pubignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea/*
coverage/*
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.4

- Introduce `shift` extension to `DateTime`

## 2.1.3

- Introduce `isWeekend` extension to `DateTime`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ final DateTime fourHoursFromNow = DateTime.now() + Duration(hours: 4);
## 🎖 Installation
```yaml
dependencies:
time: "^2.1.3"
time: "^2.1.4"
```
### ⚡ Import
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: time
description: Type-safe DateTime and Duration calculations, powered by extensions.
version: 2.1.3
version: 2.1.4
homepage: https://github.com/jogboms/time.dart

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.12.0 <4.0.0"

dependencies:
clock: ^1.1.1
Expand All @@ -14,6 +14,6 @@ funding:
- https://www.buymeacoffee.com/jogboms

dev_dependencies:
lints: ^2.0.0
test: ^1.21.4
coverage: ^1.6.3
lints: ^3.0.0
test: ^1.25.1
coverage: ^1.7.2

0 comments on commit 27be22d

Please sign in to comment.