From 4cab34c599205ce22256ac41c0fda6e6f821b6a0 Mon Sep 17 00:00:00 2001 From: Yelaman Yelmuratov Date: Fri, 10 May 2024 15:09:14 +0500 Subject: [PATCH] . e retry without dev prefix --- CHANGELOG.md | 4 ++-- README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ca99d4..b09752d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -## 0.3.7-dev +## 0.3.8-dev -- Test publish action with new version: 0.3.7. +- Test publish action with new version: 0.3.8. ## 0.3.6-dev diff --git a/README.md b/README.md index 542b4e3..4ea4adb 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Add the following to your `pubspec.yaml` file: ```yaml dependencies: - approval_tests: ^0.3.7-dev + approval_tests: ^0.3.8 ``` ## 📚 How to use diff --git a/pubspec.yaml b/pubspec.yaml index 4557556..357bdf9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ # * 0.0.4 for a minor release. name: approval_tests description: Approval Tests implementation in Dart. Inspired by ApprovalTests. -version: 0.3.7-dev +version: 0.3.8 repository: https://github.com/approvals/ApprovalTests.Dart homepage: https://github.com/approvals/ApprovalTests.Dart.git issue_tracker: https://github.com/approvals/ApprovalTests.Dart/issues