File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- Forthcoming
5
- -----------
4
+ 0.3.3 (2019-01-17)
5
+ ------------------
6
6
Gradle upgrade to version 4.10.2.
7
7
* Adding google to repository list in buildscript.gradle.
8
8
* Using ChannelBuffers for int8[] data; fixing testInt8List.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ apply from: project.file('gradle.gradle')
18
18
19
19
allprojects {
20
20
group= " org.ros.rosjava_bootstrap"
21
- version = " 0.3.0 "
21
+ version = " 0.3.3 "
22
22
}
23
23
24
24
subprojects {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package >
3
3
<name >rosjava_bootstrap</name >
4
- <version >0.3.2 </version >
4
+ <version >0.3.3 </version >
5
5
<description >
6
6
Bootstrap utilities for rosjava builds.
7
7
</description >
You can’t perform that action at this time.
0 commit comments