From 09b7b7a47cb27b1359e504c5764b7645fbf2ca59 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Tue, 15 Oct 2024 23:29:24 +0000 Subject: [PATCH] Missed -wip --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 9f5c036..90ce546 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: matcher -version: 0.12.17 +version: 0.12.17-wip description: >- Support for specifying test expectations via an extensible Matcher class. Also includes a number of built-in Matcher implementations for common cases.