Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Cerruti committed Dec 13, 2016
1 parent 00e3f14 commit 32bbe0d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

0.3.0 (2016-12-13)
------------------
* Updates for Kinetic release.

0.2.1 (2015-02-25)
------------------
* minor bugfixes and improvements.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply from: project.file('gradle.gradle')

allprojects {
group="org.ros.rosjava_bootstrap"
version = "0.2.1"
version = "0.3.0"
}

subprojects {
Expand Down
4 changes: 2 additions & 2 deletions experiments/ros-java.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
*
* Generally:
*
* apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/indigo/ros-java.gradle"
* apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/kinetic/ros-java.gradle"
*
* In the root build.gradle file of a multiproject build:
*
* subprojects {
* apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/indigo/ros-java.gradle"
* apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/kinetic/ros-java.gradle"
* ...
* }
*/
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.2.1</version>
<version>0.3.0</version>
<description>
Bootstrap utilities for rosjava builds.
</description>
Expand Down

0 comments on commit 32bbe0d

Please sign in to comment.