Skip to content

Commit

Permalink
bumped to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nixrajput committed Dec 7, 2023
1 parent 1f9395e commit 9d4e6a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.3.0

- **Change**: Dependencies updated.
- **Fix**: All known bugs and issues fixed.

## 1.2.5

- **Change**: LICENSE changed to MIT.
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: get_time_ago
description: A Dart package to convert and format `DateTime` object into `get_time_ago` format to get String like `10 seconds ago`, `a minute ago`, `7 hours ago`, etc.

version: 1.2.6
version: 1.3.0

homepage: https://pub.dev/packages/get_time_ago
repository: https://github.com/nixrajput/get-time-ago
Expand All @@ -14,5 +14,5 @@ dependencies:
intl: ">=0.18.0 <0.20.0"

dev_dependencies:
lints: ^2.1.1
test: ^1.24.8
lints: ^3.0.0
test: ^1.24.9

0 comments on commit 9d4e6a2

Please sign in to comment.