blueloveTH пре 1 година
родитељ
комит
db3e2379b9

+ 2 - 2
plugins/flutter/pocketpy/lib/pocketpy_bindings_generated.dart

@@ -3181,13 +3181,13 @@ abstract class py_PredefinedTypes {
   static const int tp_array2d_iterator = 59;
   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_MAJOR = 2;
 
 
 const int PK_VERSION_MINOR = 0;
 const int PK_VERSION_MINOR = 0;
 
 
-const int PK_VERSION_PATCH = 3;
+const int PK_VERSION_PATCH = 4;
 
 
 const int PK_ENABLE_OS = 1;
 const int PK_ENABLE_OS = 1;
 
 

+ 1 - 1
plugins/flutter/pocketpy/pubspec.yaml

@@ -1,6 +1,6 @@
 name: pocketpy
 name: pocketpy
 description: A lightweight Python interpreter for game engines. It supports Android/iOS/Windows/Linux/MacOS.
 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
 homepage: https://pocketpy.dev
 repository: https://github.com/pocketpy/pocketpy
 repository: https://github.com/pocketpy/pocketpy