Skip to content

Commit

Permalink
Increase lib version.
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Rios committed Mar 9, 2020
1 parent c85f690 commit e2f7ac3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"type": "git",
"url": "https://github.com/J-Rios/uTLGBotLib"
},
"version": "1.0",
"version": "1.0.1",
"frameworks": ["arduino", "espidf", "native"],
"platforms": ["espressif8266", "espressif32"],
"build": {
"libCompatMode": "off",
"extraScript": "beforebuild.py"
}
}
"extraScript": "beforebuild.py"
}
}
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=uTLGBotLib
version=1.0.0
version=1.0.1
author=JRios
maintainer=JRios <jrios.github@gmail.com>
sentence=Universal Telegram Bot library for Arduino, ESP-IDF and Native (Windows and Linux) devices, that let you create Telegram Bots.
paragraph=Universal Telegram Bot library for Arduino, ESP-IDF and Native (Windows and Linux) devices, that let you create Telegram Bots. You can use it with ESP8266 and ESP32 microcontrollers.
category=Communication
url=https://github.com/J-Rios/uTLGBotLib
architectures=*
architectures=*

0 comments on commit e2f7ac3

Please sign in to comment.