From e36e49559c639266497fd448f823350ac7d28dfc Mon Sep 17 00:00:00 2001 From: Lukas <76838159+wolflu05@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:17:51 +0200 Subject: [PATCH] Bump version to v1.3.1 (#84) --- 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 9fa5aa8..a825eea 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.3.0"; +export const schemaVersion = "1.3.1"; export const defaultSchema: BulkDefinitionSchema = { version: schemaVersion, diff --git a/inventree_bulk_plugin/version.py b/inventree_bulk_plugin/version.py index 948c255..aa396d2 100644 --- a/inventree_bulk_plugin/version.py +++ b/inventree_bulk_plugin/version.py @@ -1 +1 @@ -BULK_PLUGIN_VERSION = "1.3.0" +BULK_PLUGIN_VERSION = "1.3.1"