Skip to content

Commit e971dff

Browse files
author
Juan Ignacio Ubeira
committed
0.3.3
1 parent 0df7c95 commit e971dff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
Forthcoming
5-
-----------
4+
0.3.3 (2019-01-17)
5+
------------------
66
Gradle upgrade to version 4.10.2.
77
* Adding google to repository list in buildscript.gradle.
88
* Using ChannelBuffers for int8[] data; fixing testInt8List.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply from: project.file('gradle.gradle')
1818

1919
allprojects {
2020
group="org.ros.rosjava_bootstrap"
21-
version = "0.3.0"
21+
version = "0.3.3"
2222
}
2323

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

0 commit comments

Comments
 (0)