From abb01ab96aadee7b7994c633e215108d7ddf5c5a Mon Sep 17 00:00:00 2001 From: Birk Johansson Date: Thu, 25 Jan 2018 20:30:24 +0100 Subject: [PATCH] 1.1.0 --- package.json | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 90a6d94..dcf8d79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Themeify", - "version": "1.0.1", + "version": "1.1.0", "description": "A plugin to change the looks of OctoPrint", "license": "AGPL-3.0", "scripts": { diff --git a/setup.py b/setup.py index 0695656..bcf9d3d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ plugin_name = "Themeify" -plugin_version = "1.0.1" +plugin_version = "1.1.0" plugin_description = """Beautiful themes for octoprint"""