Skip to content

Commit

Permalink
Updates version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolamas committed Apr 24, 2023
1 parent f6c5fa8 commit be1d8bb
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.2.0
# Version: 1.2.1
#
# 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 v1.2.0",
"name": "Klipper Preprocessor v1.2.1",
"key": "KlipperPreprocessor",
"metadata": {},
"version": 2,
Expand Down

0 comments on commit be1d8bb

Please sign in to comment.