From 9a85f727e0855ac4ec6d64868e9a772fab0e233e Mon Sep 17 00:00:00 2001 From: Birk Johansson Date: Thu, 2 Apr 2020 10:59:47 +0200 Subject: [PATCH] chore(release): 1.2.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b3ae0c..75b2101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.2.2](https://github.com/Birkbjo/OctoPrint-Themeify/compare/v1.2.1...v1.2.2) (2020-04-02) + ### 1.2.1 (2020-04-01) diff --git a/package.json b/package.json index 54d52ed..45022b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Themeify", - "version": "1.2.1", + "version": "1.2.2", "description": "A plugin to change the looks of OctoPrint", "license": "AGPL-3.0", "scripts": { diff --git a/setup.py b/setup.py index 0668ddf..616cd50 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ plugin_name = "Themeify" -plugin_version = "1.2.0" +plugin_version = "1.2.2" plugin_description = """Beautiful themes for octoprint"""