Skip to content

Commit ca29434

Browse files
authored
Corrected version number
1 parent 81ba32c commit ca29434

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TinyGPS++.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TinyGPS++ - a small GPS library for Arduino providing universal NMEA parsing
33
Based on work by and "distanceBetween" and "courseTo" courtesy of Maarten Lamers.
44
Suggestion to add satellites, courseTo(), and cardinal() by Matt Monson.
55
Location precision improvements suggested by Wayne Holder.
6-
Copyright (C) 2008-2013 Mikal Hart
6+
Copyright (C) 2008-2022 Mikal Hart
77
All rights reserved.
88
99
This library is free software; you can redistribute it and/or
@@ -31,7 +31,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
3131
#endif
3232
#include <limits.h>
3333

34-
#define _GPS_VERSION "1.0.2" // software version of this library
34+
#define _GPS_VERSION "1.0.3" // software version of this library
3535
#define _GPS_MPH_PER_KNOT 1.15077945
3636
#define _GPS_MPS_PER_KNOT 0.51444444
3737
#define _GPS_KMPH_PER_KNOT 1.852

0 commit comments

Comments
 (0)