From 69d58bdbcb403a105c090bd2e1f7f1fa431ec55c Mon Sep 17 00:00:00 2001 From: eri24816 Date: Sat, 13 Jul 2024 15:06:05 +0800 Subject: [PATCH] bump: 0.19.2 -> 0.19.3 --- backend/pyproject.toml | 2 +- backend/src/grapycal/__init__.py | 2 +- electron/main.js | 2 +- electron/package-lock.json | 4 ++-- electron/package.json | 2 +- frontend/dist/index.html | 3 ++- frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- frontend/src/version.ts | 2 +- 9 files changed, 12 insertions(+), 11 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 1fa8cd3..bd7792b 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "grapycal" -version = "0.19.2" +version = "0.19.3" description = "A highly interactive visual programming language" authors = [ "eri24816 ", diff --git a/backend/src/grapycal/__init__.py b/backend/src/grapycal/__init__.py index ae8efda..09c7fd6 100644 --- a/backend/src/grapycal/__init__.py +++ b/backend/src/grapycal/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.19.2" +__version__ = "0.19.3" from grapycal.utils.resource import get_resource from objectsync import ( DictTopic, diff --git a/electron/main.js b/electron/main.js index 74a2a44..390c265 100644 --- a/electron/main.js +++ b/electron/main.js @@ -126,7 +126,7 @@ const createWindow = (port) => { syncInterpreterListWithMenu() app.setAboutPanelOptions({ applicationName: 'Grapycal', - applicationVersion: '0.19.2', + applicationVersion: '0.19.3', copyright: 'Grapycal Team', iconPath: path.join(__dirname, 'frontend', 'dist', 'icon.png').replace("app.asar", "app.asar.unpacked") }) diff --git a/electron/package-lock.json b/electron/package-lock.json index e5e20d5..021624e 100644 --- a/electron/package-lock.json +++ b/electron/package-lock.json @@ -1,12 +1,12 @@ { "name": "Grapycal", - "version": "0.19.2", + "version": "0.19.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Grapycal", - "version": "0.19.2", + "version": "0.19.3", "dependencies": { "await-spawn": "^4.0.2", "ctrlc-windows": "^2.1.0", diff --git a/electron/package.json b/electron/package.json index 91e7658..8b66a11 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "Grapycal", - "version": "0.19.2", + "version": "0.19.3", "main": "main.js", "description": "A visual programming language based on Python", "author": { diff --git a/frontend/dist/index.html b/frontend/dist/index.html index 9107007..acf3eb2 100644 --- a/frontend/dist/index.html +++ b/frontend/dist/index.html @@ -7,7 +7,8 @@ Grapycal - +