From 8b5036b88a870f4d547404f73937f41fcf61ff49 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Thu, 16 Nov 2023 10:27:04 -0800 Subject: [PATCH] release later --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a761a6c..9ec1aab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 5.4.3 +## 5.4.3-wip * Require analyzer 5.12.0, allow analyzer version 6.x; * Add example of writing a class to mock function objects. diff --git a/pubspec.yaml b/pubspec.yaml index 912b2313..3f565902 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: mockito -version: 5.4.3 +version: 5.4.3-wip description: >- A mock framework inspired by Mockito with APIs for Fakes, Mocks, behavior verification, and stubbing.