Skip to content

Commit

Permalink
Added missing import, increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
petrockblog committed Feb 26, 2018
1 parent c42581e commit d0e7a00
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## Version 1.0.2

- Added pause after requesting reset button press for firmware update

## Version 1.0.1

- Switched from WinAVR to MHV AVR Tools to add support for ATmega32U2 controllers in AVRDude
Expand Down
1 change: 1 addition & 0 deletions commands/gamepadblock.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"os/exec"
"runtime"
"strings"
"time"

"github.com/codegangsta/cli"
"github.com/jacobsa/go-serial/serial"
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// VERSION of the software
const VERSION = "1.0.1"
const VERSION = "1.0.2"

0 comments on commit d0e7a00

Please sign in to comment.