From 41e21b6444749a5d8cdb720128c9be66168b83cf Mon Sep 17 00:00:00 2001 From: "Mateus Felipe C. C. Pinto" Date: Sun, 29 Oct 2023 21:06:30 -0300 Subject: [PATCH] Fix reference to `.yaml` file in README.md (#67) --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5900dc4..16cf4e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.1.0+3 + +- Fix README.md reference to `yaml` file + ## 3.1.0+2 - Update README.md countdown example to use `PausableTimer.periodic` diff --git a/README.md b/README.md index fdc0fd7..47c31de 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![CI](https://github.com/llucax/pausable_timer/workflows/CI/badge.svg)](https://github.com/llucax/pausable_timer/actions?query=branch%3Amain+workflow%3ACI+) [![Pub Score](https://github.com/llucax/pausable_timer/workflows/Pub%20Score/badge.svg)](https://github.com/llucax/pausable_timer/actions?query=branch%3Amain+workflow%3A%22Pub+Score%22+) -[![Latest Dart version](https://github.com/llucax/pausable_timer/actions/workflows/check-dart.yml/badge.svg)](https://github.com/llucax/pausable_timer/actions/workflows/check-dart.yml) +[![Latest Dart version](https://github.com/llucax/pausable_timer/actions/workflows/check-dart.yaml/badge.svg)](https://github.com/llucax/pausable_timer/actions/workflows/check-dart.yaml) [![Coverage](https://codecov.io/gh/llucax/pausable_timer/branch/main/graph/badge.svg)](https://codecov.io/gh/llucax/pausable_timer) [![pub package](https://img.shields.io/pub/v/pausable_timer.svg)](https://pub.dev/packages/pausable_timer) [![pub points](https://img.shields.io/pub/points/pausable_timer)](https://pub.dev/packages/pausable_timer/score) diff --git a/pubspec.yaml b/pubspec.yaml index 5f194b3..b68f957 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,7 @@ funding: - https://github.com/sponsors/mateusfccp - https://github.com/llucax/llucax/blob/main/sponsoring-platforms.md -version: 3.1.0+2 +version: 3.1.0+3 environment: sdk: ">=3.0.0 <4.0.0"