Skip to content

Commit

Permalink
Version number changes for release 1.5.0 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-hatchbed authored Dec 15, 2022
1 parent 26ea8dd commit d77a176
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/RoboMagellan6x6/version.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef ROBOMAG6X6_VERSION_H
#define ROBOMAG6X6_VERSION_H

uint8_t version_major = 0;
uint8_t version_minor = 2;
uint8_t version_major = 1;
uint8_t version_minor = 0;
uint8_t version_rev = 0;

#endif
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=MINDS-i-Drone
version=1.4.0
version=1.5.0
author=MINDS-i corp.
maintainer=MINDS-i <[email protected]>
sentence=Code to assist with running MINDS-i Drones
Expand Down

0 comments on commit d77a176

Please sign in to comment.