Skip to content

Commit

Permalink
Bump version number to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijskooijman committed Sep 15, 2015
1 parent 4902860 commit d773527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project default="dist" name="XBee-Arduino">
<property file="build.properties"/>
<property name="dist.dir" value="dist"/>
<property name="release" value="0.5"/>
<property name="release" value="0.6.0"/>

<target name="init">
<mkdir dir="${dist.dir}/XBee"/>
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=XBee-Arduino library
version=0.5.0
version=0.6.0
author=Andrew Rapp
maintainer=Andrew Rapp <[email protected]>
sentence=Library for talking to to various wireless XBee modules from Digi.
Expand Down

0 comments on commit d773527

Please sign in to comment.