Skip to content

Commit

Permalink
Bump version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zankich committed Sep 26, 2014
1 parent fc25bbe commit cf59b3f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,26 @@ We now have precompiled binaries! You can also build from source.

The Gort CLI provides many useful features on many hardware platforms, and has no other dependencies. You install Gort separately from any framework, which means you can use it to program Arduinos with the Firmata firmware also compatible with Cylon.js, Gobot, Artoo, & Johnny-Five.

## Downloads (version 0.2.3)
## Downloads (version 0.2.4)

### Darwin (Apple Mac)

* [gort\_0.2.3\_darwin\_386.zip](https://s3.amazonaws.com/gort-io/0.2.3/gort_0.2.3_darwin_386.zip)
* [gort\_0.2.3\_darwin\_amd64.zip](https://s3.amazonaws.com/gort-io/0.2.3/gort_0.2.3_darwin_amd64.zip)
* [gort\_0.2.4\_darwin\_386.zip](https://s3.amazonaws.com/gort-io/0.2.4/gort_0.2.4_darwin_386.zip)
* [gort\_0.2.4\_darwin\_amd64.zip](https://s3.amazonaws.com/gort-io/0.2.4/gort_0.2.4_darwin_amd64.zip)

### Linux

* [gort\_0.2.3\_amd64.deb](https://s3.amazonaws.com/gort-io/0.2.3/gort_0.2.3_amd64.deb)
* [gort\_0.2.3\_armhf.deb](https://s3.amazonaws.com/gort-io/0.2.3/gort_0.2.3_armhf.deb)
* [gort\_0.2.3\_i386.deb](https://s3.amazonaws.com/gort-io/0.2.3/gort_0.2.3_i386.deb)
* [gort\_0.2.3\_linux\_386.tar.gz](https://s3.amazonaws.com/gort-io/0.2.3/gort_0.2.3_linux_386.tar.gz)
* [gort\_0.2.3\_linux\_amd64.tar.gz](https://s3.amazonaws.com/gort-io/0.2.3/gort_0.2.3_linux_amd64.tar.gz)
* [gort\_0.2.3\_linux\_arm.tar.gz](https://s3.amazonaws.com/gort-io/0.2.3/gort_0.2.3_linux_arm.tar.gz)
* [gort\_0.2.4\_amd64.deb](https://s3.amazonaws.com/gort-io/0.2.4/gort_0.2.4_amd64.deb)
* [gort\_0.2.4\_armhf.deb](https://s3.amazonaws.com/gort-io/0.2.4/gort_0.2.4_armhf.deb)
* [gort\_0.2.4\_i386.deb](https://s3.amazonaws.com/gort-io/0.2.4/gort_0.2.4_i386.deb)
* [gort\_0.2.4\_linux\_386.tar.gz](https://s3.amazonaws.com/gort-io/0.2.4/gort_0.2.4_linux_386.tar.gz)
* [gort\_0.2.4\_linux\_amd64.tar.gz](https://s3.amazonaws.com/gort-io/0.2.4/gort_0.2.4_linux_amd64.tar.gz)
* [gort\_0.2.4\_linux\_arm.tar.gz](https://s3.amazonaws.com/gort-io/0.2.4/gort_0.2.4_linux_arm.tar.gz)

### MS Windows

* [gort\_0.2.3\_windows\_386.zip](https://s3.amazonaws.com/gort-io/0.2.3/gort_0.2.3_windows_386.zip)
* [gort\_0.2.3\_windows\_amd64.zip](https://s3.amazonaws.com/gort-io/0.2.3/gort_0.2.3_windows_amd64.zip)
* [gort\_0.2.4\_windows\_386.zip](https://s3.amazonaws.com/gort-io/0.2.4/gort_0.2.4_windows_386.zip)
* [gort\_0.2.4\_windows\_amd64.zip](https://s3.amazonaws.com/gort-io/0.2.4/gort_0.2.4_windows_amd64.zip)


## How To Use
Expand All @@ -50,7 +50,7 @@ USAGE:
gort [global options] command [command options] [arguments...]
VERSION:
0.2.3
0.2.4
COMMANDS:
scan Scan for connected devices on Serial, USB, or Bluetooth ports
Expand Down Expand Up @@ -121,6 +121,8 @@ Compilied binaries will now be placed in `build/<VERSION>/`

## Release History

Version 0.2.4 - Update voodoospark to 2.3.1 and bug fixes

Version 0.2.3 - Update Windows compatibility and default Spark code

Version 0.2.2 - Correct error in avdude install for Linux
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const VERSION = "0.2.3"
const VERSION = "0.2.4"

0 comments on commit cf59b3f

Please sign in to comment.