Skip to content
Snippets Groups Projects
Commit 5d210a9d authored by Yujin Robot's avatar Yujin Robot
Browse files

0.1.23

parent 6eb7e82e
Branches
Tags 0.1.23
No related merge requests found
......@@ -2,6 +2,10 @@
Changelog for package rosjava_bootstrap
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.23 (2015-06-16)
===================
* Bugfix the xml parser to avoid whitespaces in returned elements.
0.1.22 (2014-07-10)
===================
* Android gradle plugin 0.11.+->0.12.+ (studio 0.8.1)
......
......@@ -27,7 +27,7 @@ project.ext {
allprojects {
group='org.ros.rosjava_bootstrap'
version = '0.1.22'
version = '0.1.23'
}
subprojects {
......
<?xml version="1.0"?>
<package>
<name>rosjava_bootstrap</name>
<version>0.1.22</version>
<version>0.1.23</version>
<description>
Bootstrap utilities for rosjava builds.
</description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment