Skip to content

Commit c0fea5c

Browse files
committed
Bump up version to v1.5.1 for release
1 parent e2f63c0 commit c0fea5c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Arduino.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020
# Original Arduino adaptation by mellis, eighthave, oli.keller
2121
#
22-
# Current version: 1.5
22+
# Current version: 1.5.1
2323
#
2424
# Refer to HISTORY.md file for complete history of changes
2525
#

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Makefile for Arduino Sketches
44
The following is the rough list of changes that went into different versions.
55
I tried to give credit whenever possible. If I have missed anyone, kindly add it to the list.
66

7-
### In Development
7+
### 1.5.1 (Debian version: 1.5-3) (2016-02-22)
88

99
- New: Add show_submenu target (https://github.com/drewhutchison)
1010
- New: Add AVR Dragon to list of ISP's without a port (https://github.com/mtnocean)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ See examples/BlinkTeensy for example usage.
248248

249249
## Versioning
250250

251-
The current version of the makefile is `1.5`. You can find the full history in the [HISTORY.md](HISTORY.md) file
251+
The current version of the makefile is `1.5.1`. You can find the full history in the [HISTORY.md](HISTORY.md) file
252252

253253
This project adheres to Semantic [Versioning 2.0](http://semver.org/).
254254

ard-reset-arduino.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH ARD-RESET-ARDUINO "1" "April 2015" "ard-reset-arduino 1.5" "Arduino CLI Reset"
1+
.TH ARD-RESET-ARDUINO "1" "February 2016" "ard-reset-arduino 1.5.1" "Arduino CLI Reset"
22

33
.SH NAME
44
ard-reset-arduino - Reset Arduino board

packaging/fedora/arduino-mk.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: arduino-mk
2-
Version: 1.5
2+
Version: 1.5.1
33
Release: 1%{dist}
44
Summary: Program your Arduino from the command line
55
Packager: Simon John <[email protected]>

0 commit comments

Comments
 (0)