Skip to content

Commit

Permalink
Bump version to v1.2.0 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolflu05 authored Feb 1, 2024
1 parent 13f8dff commit 6943381
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ changelog:
- Semver-Minor
- type/feature
- type/enhancement
- type/fields
- title: ":bug: Bug Fixes"
labels:
- Semver-Patch
Expand All @@ -19,6 +20,7 @@ changelog:
labels:
- type/setup
- type/documentation
- type/dependencies
- title: ":memo: Other Changes"
labels:
- "*"
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.1.0";
export const schemaVersion = "1.2.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.1.0"
BULK_PLUGIN_VERSION = "1.2.0"

0 comments on commit 6943381

Please sign in to comment.