Skip to content

Commit

Permalink
Bump version to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wolflu05 committed Feb 7, 2024
1 parent d592470 commit a184e34
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.0";
export const schemaVersion = "1.2.1";

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.0"
BULK_PLUGIN_VERSION = "1.2.1"

0 comments on commit a184e34

Please sign in to comment.