Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit 59dadb4

Browse files
committed
0.1.21
1 parent 5d4d2a0 commit 59dadb4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rosjava_bootstrap
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.1.21 (2014-06-09)
6+
-------------------
7+
* Android gradle plugin 0.9.+->0.11.+ (studio 0.6)
8+
* Android sdk build tools 19.0.3 -> 19.1 (studio 0.6)
9+
* Contributors: Daniel Stonier
10+
511
0.1.20 (2014-03-20)
612
-------------------
713
* Trim maven repository list and backup with maven central.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ project.ext {
2727

2828
allprojects {
2929
group='org.ros.rosjava_bootstrap'
30-
version = '0.1.20'
30+
version = '0.1.21'
3131
}
3232

3333
subprojects {

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rosjava_bootstrap</name>
4-
<version>0.1.20</version>
4+
<version>0.1.21</version>
55
<description>
66
Bootstrap utilities for rosjava builds.
77
</description>

0 commit comments

Comments
 (0)