Skip to content

Commit

Permalink
Updates version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolamas committed Feb 21, 2024
1 parent ebd0c72 commit 9c96701
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.3.1
# Version: 1.3.2
#
# Copyright (c) 2022 Lasse Dalegaard
# Copyright (c) 2023 Pedro Lamas
Expand All @@ -22,7 +22,7 @@ class KlipperPreprocessor(Script):

def getSettingDataString(self) -> str:
return """{
"name": "Klipper Preprocessor v1.3.1",
"name": "Klipper Preprocessor v1.3.2",
"key": "KlipperPreprocessor",
"metadata": {},
"version": 2,
Expand Down

0 comments on commit 9c96701

Please sign in to comment.