Skip to content

Commit c1bf79f

Browse files
authored
Update README.md
1 parent e8d19c9 commit c1bf79f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Platformio Version Increment
22
Simple version increment script for Platformio.
33
_Written for Arduino IDE and PlatformIO._
4+
5+
Platformio does not have a tool to automatically increment the version number of an app when building it or when uploading it to a microcontroller so I decided to write a script to do it.
46

57
[![GitHub version](https://img.shields.io/github/v/release/sblantipodi/platformio_version_increment.svg)](https://img.shields.io/github/v/release/sblantipodi/platformio_version_increment.svg)
68
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -14,8 +16,7 @@ If you like **Platformio Version Increment**, give it a star, or fork it and con
1416
## Credits
1517
- Davide Perini
1618

17-
Platformio does not have a tool to automatically increment the version number of an app when building it or when uploading it to a microcontroller so I decided to write a script to do it.
18-
19+
## How To
1920
To use it please add this line in your platformio.ini
2021
```
2122
extra_scripts = pre:platformio_version_increment/version_increment.py

0 commit comments

Comments
 (0)