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

Commit 1f3ea1b

Browse files
committed
patch version bump, readying for release.
1 parent 1457c85 commit 1f3ea1b

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2-
Changelog for package rosjava_bootstrap
3-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1+
Changelog
2+
=========
3+
4+
0.2.0 (2015-02-18)
5+
------------------
6+
* First build on indigo
47

58
0.1.21 (2014-06-09)
69
-------------------

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ task wrapper(type: Wrapper) {
2020

2121
allprojects {
2222
group="org.ros.rosjava_bootstrap"
23-
version = "0.2.0"
23+
version = "0.2.1"
2424
}
2525

2626
subprojects {

buildscript.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ rootProject.buildscript {
4949
dependencies {
5050
classpath "org.ros.rosjava_bootstrap:gradle_plugins:[0.2,0.3)"
5151
}
52-
}
52+
}

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.2.0</version>
4+
<version>0.2.1</version>
55
<description>
66
Bootstrap utilities for rosjava builds.
77
</description>

0 commit comments

Comments
 (0)