From 8255eee43996d8bc37dbfd8a5c0269409a04bc63 Mon Sep 17 00:00:00 2001 From: wolflu05 <76838159+wolflu05@users.noreply.github.com> Date: Sat, 10 Feb 2024 11:49:28 +0100 Subject: [PATCH] Bump version to v1.2.2 --- 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 0f385eb..7feb6b5 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.1"; +export const schemaVersion = "1.2.2"; export const defaultSchema: BulkDefinitionSchema = { version: schemaVersion, diff --git a/inventree_bulk_plugin/version.py b/inventree_bulk_plugin/version.py index bff74ab..74a223f 100644 --- a/inventree_bulk_plugin/version.py +++ b/inventree_bulk_plugin/version.py @@ -1 +1 @@ -BULK_PLUGIN_VERSION = "1.2.1" +BULK_PLUGIN_VERSION = "1.2.2"