Skip to content

Commit

Permalink
Updates version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolamas committed Mar 6, 2023
1 parent 5872a50 commit c46243d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KlipperPreprocessor.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Klipper Preprocessor script for Cura
# Version: 1.1.0
# Version: 1.2.0
#
# Copyright (c) 2022 Lasse Dalegaard
# Copyright (c) 2023 Pedro Lamas
Expand All @@ -20,7 +20,7 @@ class KlipperPreprocessor(Script):

def getSettingDataString(self):
return """{
"name": "Klipper Preprocessor",
"name": "Klipper Preprocessor v1.2.0",
"key": "KlipperPreprocessor",
"metadata": {},
"version": 2,
Expand Down

0 comments on commit c46243d

Please sign in to comment.