Explorar el Código

upgrade version num

blueloveTH hace 1 año
padre
commit
43d22e85b3
Se han modificado 3 ficheros con 4 adiciones y 4 borrados
  1. 1 1
      docs/retype.yml
  2. 2 2
      include/pocketpy/config.h
  3. 1 1
      plugins/flutter/pocketpy/pubspec.yaml

+ 1 - 1
docs/retype.yml

@@ -3,7 +3,7 @@ output: .retype
 url: https://pocketpy.dev
 branding:
   title: pocketpy
-  label: v2.0.4
+  label: v2.0.5
   logo: "./static/logo.png"
 favicon: "./static/logo.png"
 meta:

+ 2 - 2
include/pocketpy/config.h

@@ -1,10 +1,10 @@
 #pragma once
 // clang-format off
 
-#define PK_VERSION				"2.0.4"
+#define PK_VERSION				"2.0.5"
 #define PK_VERSION_MAJOR            2
 #define PK_VERSION_MINOR            0
-#define PK_VERSION_PATCH            4
+#define PK_VERSION_PATCH            5
 
 /*************** feature settings ***************/
 

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

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