This commit is contained in:
blueloveTH 2024-01-15 14:59:29 +08:00
parent e7d696e1c7
commit 34b0c406e0
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -21,7 +21,7 @@
#include <random> #include <random>
#include <deque> #include <deque>
#define PK_VERSION "1.3.8" #define PK_VERSION "1.3.9"
#include "config.h" #include "config.h"
#include "export.h" #include "export.h"