From c58672dd236658f139dd284428ba2c411512a9c1 Mon Sep 17 00:00:00 2001 From: BLUELOVETH Date: Wed, 20 Sep 2023 11:28:48 +0800 Subject: [PATCH] ... --- README.md | 4 ++-- include/pocketpy/common.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7535a51d..7cdf141b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ pkpy is extremely easy to embed via a single header file `pocketpy.h`, without e Please see https://pocketpy.dev for details or try [Live Demo](https://pocketpy.dev/static/web/). -## Quick start +## Quick Start Download the `pocketpy.h` on our [GitHub Release](https://github.com/blueloveTH/pocketpy/releases) page. And `#include` it in your project. @@ -37,7 +37,7 @@ These variables can be set to control the build process: If you are working with [Unity Engine](https://unity.com/), you can download our plugin [PocketPython](https://assetstore.unity.com/packages/tools/visual-scripting/pocketpy-241120) on the Asset Store. -### Compile flags +### Compile Flags To compile it with your project, these flags must be set: diff --git a/include/pocketpy/common.h b/include/pocketpy/common.h index 50344845..eb13dbbf 100644 --- a/include/pocketpy/common.h +++ b/include/pocketpy/common.h @@ -21,7 +21,7 @@ #include #include -#define PK_VERSION "1.2.0" +#define PK_VERSION "1.2.1" #include "config.h" #include "export.h"