Explorar el Código

change version

blueloveTH hace 1 año
padre
commit
416ee069fd
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      docs/retype.yml
  2. 2 2
      include/pocketpy/config.h

+ 1 - 1
docs/retype.yml

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

+ 2 - 2
include/pocketpy/config.h

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