From 064356682f8526f0bd602e57179c83f344fd1c05 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Thu, 22 Dec 2022 10:21:29 +0800 Subject: [PATCH] up --- plugins/flutter/CHANGELOG.md | 4 ++++ plugins/flutter/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/flutter/CHANGELOG.md b/plugins/flutter/CHANGELOG.md index 5728c6dd..f9dc5bf6 100644 --- a/plugins/flutter/CHANGELOG.md +++ b/plugins/flutter/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.5.1+1 + ++ Fix a bug of parsing large `list/dict/set` + ## 0.5.0+7 + Fix a bug of crash when using multi-thread diff --git a/plugins/flutter/pubspec.yaml b/plugins/flutter/pubspec.yaml index 49df2c92..2ecc1029 100644 --- a/plugins/flutter/pubspec.yaml +++ b/plugins/flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: pocketpy description: A lightweight Python interpreter for game engines. -version: 0.5.0+7 +version: 0.5.1+1 homepage: https://pocketpy.dev repository: https://github.com/blueloveth/pocketpy