From 1f1c5672748cf1f5663494692f3aff3b079c83a5 Mon Sep 17 00:00:00 2001 From: Lukas <76838159+wolflu05@users.noreply.github.com> Date: Tue, 5 Mar 2024 09:03:47 +0100 Subject: [PATCH] Bump version to v1.2.3 (#72) --- inventree_bulk_plugin/frontend/src/utils/constants.ts | 2 +- inventree_bulk_plugin/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventree_bulk_plugin/frontend/src/utils/constants.ts b/inventree_bulk_plugin/frontend/src/utils/constants.ts index 7feb6b5..dcd7b54 100644 --- a/inventree_bulk_plugin/frontend/src/utils/constants.ts +++ b/inventree_bulk_plugin/frontend/src/utils/constants.ts @@ -1,6 +1,6 @@ import { BulkDefinitionSchema } from "./types"; -export const schemaVersion = "1.2.2"; +export const schemaVersion = "1.2.3"; export const defaultSchema: BulkDefinitionSchema = { version: schemaVersion, diff --git a/inventree_bulk_plugin/version.py b/inventree_bulk_plugin/version.py index 74a223f..8d392d4 100644 --- a/inventree_bulk_plugin/version.py +++ b/inventree_bulk_plugin/version.py @@ -1 +1 @@ -BULK_PLUGIN_VERSION = "1.2.2" +BULK_PLUGIN_VERSION = "1.2.3"