From 43d22e85b3cb2bedc9c83f395b9a36b30cbf2538 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Fri, 10 Jan 2025 13:31:42 +0800 Subject: [PATCH] upgrade version num --- docs/retype.yml | 2 +- include/pocketpy/config.h | 4 ++-- plugins/flutter/pocketpy/pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/retype.yml b/docs/retype.yml index bc33415f..c702101d 100644 --- a/docs/retype.yml +++ b/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: diff --git a/include/pocketpy/config.h b/include/pocketpy/config.h index 1c9f5151..f72144b8 100644 --- a/include/pocketpy/config.h +++ b/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 ***************/ diff --git a/plugins/flutter/pocketpy/pubspec.yaml b/plugins/flutter/pocketpy/pubspec.yaml index c9c5ad14..798f767d 100644 --- a/plugins/flutter/pocketpy/pubspec.yaml +++ b/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