Skip to content

Commit

Permalink
Bump version to v1.3.0 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolflu05 authored Jul 15, 2024
1 parent a81ba03 commit 47a48cc
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.3";
export const schemaVersion = "1.3.0";

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.3"
BULK_PLUGIN_VERSION = "1.3.0"

0 comments on commit 47a48cc

Please sign in to comment.