Skip to content

Commit d773527

Browse files
Bump version number to 0.6
1 parent 4902860 commit d773527

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project default="dist" name="XBee-Arduino">
33
<property file="build.properties"/>
44
<property name="dist.dir" value="dist"/>
5-
<property name="release" value="0.5"/>
5+
<property name="release" value="0.6.0"/>
66

77
<target name="init">
88
<mkdir dir="${dist.dir}/XBee"/>

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=XBee-Arduino library
2-
version=0.5.0
2+
version=0.6.0
33
author=Andrew Rapp
44
maintainer=Andrew Rapp <[email protected]>
55
sentence=Library for talking to to various wireless XBee modules from Digi.

0 commit comments

Comments
 (0)