Skip to content

Commit 1cd92a0

Browse files
authored
Merge pull request #317 from giloser/Test_Gif
update version
2 parents 163bcef + a6fce86 commit 1cd92a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
This plugin integrates Telegram Messenger with Octoprint. It sends messages (with photos if available) on print start, end and failure. Also it sends messages during the print at configurable intervals. That way you don't have to remember to regularly have a look at the printing process.
77
Also, you can control Octoprint via messages (settings, start a print and much more). Send `/status` to get the current printer status or `/abort` to abort the current print. Send `/help` for a list of all recognized commands. You may also use this bot in groups.
88

9-
**Latest release: [1.6.1](https://github.com/fabianonline/OctoPrint-Telegram/releases)**
9+
**Latest release: [1.6.2](https://github.com/fabianonline/OctoPrint-Telegram/releases)**
1010

1111
<!-- omit in toc -->
1212
## Contents

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
plugin_name = "OctoPrint-Telegram"
1515

1616
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17-
plugin_version = "1.6.1"
17+
plugin_version = "1.6.2"
1818

1919
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
2020
# module

0 commit comments

Comments
 (0)