Skip to content

Commit 40e256c

Browse files
committed
Drop the -dev suffix from min_daemon_version
1 parent ac724a8 commit 40e256c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"provides": [],
2626
"conflicts": [],
27-
"min_daemon_version": "0.10.33-dev",
27+
"min_daemon_version": "0.10.33",
2828
"changelog_url": "print-time-human/doc/CHANGELOG.md",
2929
"doc_url": "https://github.com/Bespok3d/reference-python-plugins/blob/main/print-time-human/doc/README.md",
3030
"download_url": "https://api.github.com/repos/Bespok3d/reference-python-plugins/releases/assets/494335518",
@@ -52,7 +52,7 @@
5252
"status-feed-service"
5353
],
5454
"conflicts": [],
55-
"min_daemon_version": "0.10.33-dev",
55+
"min_daemon_version": "0.10.33",
5656
"changelog_url": "status-feed/doc/CHANGELOG.md",
5757
"endpoints": [
5858
{

print-time-human/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"changelog": "doc/CHANGELOG.md",
1212
"published_at": "2026-06-09",
1313
"updated_at": "2026-06-09",
14-
"min_daemon_version": "0.10.33-dev",
14+
"min_daemon_version": "0.10.33",
1515
"source": "https://github.com/Bespok3d/klipper-print-time-human",
1616
"publisher": "PLACEHOLDER",
1717
"provides": [],

status-feed/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"changelog": "doc/CHANGELOG.md",
1212
"published_at": "2026-06-08",
1313
"updated_at": "2026-06-08",
14-
"min_daemon_version": "0.10.33-dev",
14+
"min_daemon_version": "0.10.33",
1515
"source": "https://github.com/Bespok3d/status-feed",
1616
"publisher": "PLACEHOLDER",
1717
"provides": [

0 commit comments

Comments
 (0)