From 4eacb5c61ddb700647b92bb073bf8170c76c1880 Mon Sep 17 00:00:00 2001 From: Kohei Date: Thu, 18 Aug 2022 21:25:32 -0700 Subject: [PATCH] Bump up pubspec version to 0.8.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6eb0594..25f07df 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: poker -version: 0.7.1 +version: 0.8.0 description: >- A Dart implementation of Texas Hold'em matchup simulator based on Henry Lee's Poker Hand Evaluator. homepage: https://github.com/axross/poker