Skip to content

Commit

Permalink
Bump version to v1.1.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolflu05 committed Sep 15, 2023
1 parent 55267c5 commit 50788fb
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.0.0";
export const schemaVersion = "1.1.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.0.0"
BULK_PLUGIN_VERSION = "1.1.0"

0 comments on commit 50788fb

Please sign in to comment.