Skip to content

Commit

Permalink
Bump version to v1.2.3 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolflu05 committed Mar 5, 2024
1 parent 4518e0c commit 1f1c567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inventree_bulk_plugin/frontend/src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion inventree_bulk_plugin/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BULK_PLUGIN_VERSION = "1.2.2"
BULK_PLUGIN_VERSION = "1.2.3"

0 comments on commit 1f1c567

Please sign in to comment.