update flutter plugin

This commit is contained in:
blueloveTH 2024-12-24 11:03:57 +08:00
parent 416ee069fd
commit db3e2379b9
2 changed files with 3 additions and 3 deletions

View File

@ -3181,13 +3181,13 @@ abstract class py_PredefinedTypes {
static const int tp_array2d_iterator = 59;
}
const String PK_VERSION = '2.0.3';
const String PK_VERSION = '2.0.4';
const int PK_VERSION_MAJOR = 2;
const int PK_VERSION_MINOR = 0;
const int PK_VERSION_PATCH = 3;
const int PK_VERSION_PATCH = 4;
const int PK_ENABLE_OS = 1;

View File

@ -1,6 +1,6 @@
name: pocketpy
description: A lightweight Python interpreter for game engines. It supports Android/iOS/Windows/Linux/MacOS.
version: 2.0.3+1
version: 2.0.4
homepage: https://pocketpy.dev
repository: https://github.com/pocketpy/pocketpy