Skip to content

Commit 534dddb

Browse files
committed
Bump version number
1 parent d263fdb commit 534dddb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ Initial version written by Joe Jaworski (http://www.joejaworski.com/weather/)
44

55
Additions made by Jack Farley (https://github.com/bytesnz/wproweather)
66

7+
Contributors:
8+
- [Andrew Miskelly (amiskelly)](https://github.com/amiskelly)
9+
10+
## Usage
711
```
8-
vproweather v1.3.5
12+
vproweather v1.3.6
913
https://github.com/bytesnz/vproweather
1014
Original work by Joe Jaworski http://www.joejaworski.com/weather/
1115

main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#include "dhandler.h"
4242
#include "byte.h"
4343

44-
#define VERSION "1.3.5"
44+
#define VERSION "1.3.6"
4545

4646
/* local Data */
4747
static char szttyDevice[255]; /* Serial device string */

0 commit comments

Comments
 (0)