diff --git a/docs/retype.yml b/docs/retype.yml index 44adf3c7..0dc22bf3 100644 --- a/docs/retype.yml +++ b/docs/retype.yml @@ -3,7 +3,7 @@ output: .retype url: https://pocketpy.dev branding: title: pocketpy - label: v1.5.0 + label: v1.4.6 logo: "./static/logo.png" favicon: "./static/logo.png" meta: diff --git a/include/pocketpy/common.h b/include/pocketpy/common.h index d417ac57..5abcecbd 100644 --- a/include/pocketpy/common.h +++ b/include/pocketpy/common.h @@ -20,10 +20,10 @@ #include #include -#define PK_VERSION "1.5.0" +#define PK_VERSION "1.4.6" #define PK_VERSION_MAJOR 1 -#define PK_VERSION_MINOR 5 -#define PK_VERSION_PATCH 0 +#define PK_VERSION_MINOR 4 +#define PK_VERSION_PATCH 6 #include "config.h" #include "export.h"