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

Commit

Permalink
0.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Jun 9, 2014
1 parent 5d4d2a0 commit 59dadb4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package rosjava_bootstrap
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.21 (2014-06-09)
-------------------
* Android gradle plugin 0.9.+->0.11.+ (studio 0.6)
* Android sdk build tools 19.0.3 -> 19.1 (studio 0.6)
* Contributors: Daniel Stonier

0.1.20 (2014-03-20)
-------------------
* Trim maven repository list and backup with maven central.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ project.ext {

allprojects {
group='org.ros.rosjava_bootstrap'
version = '0.1.20'
version = '0.1.21'
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>rosjava_bootstrap</name>
<version>0.1.20</version>
<version>0.1.21</version>
<description>
Bootstrap utilities for rosjava builds.
</description>
Expand Down

0 comments on commit 59dadb4

Please sign in to comment.