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

Commit

Permalink
patch version bump, readying for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Feb 20, 2015
1 parent 1457c85 commit 1f3ea1b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package rosjava_bootstrap
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog
=========

0.2.0 (2015-02-18)
------------------
* First build on indigo

0.1.21 (2014-06-09)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ task wrapper(type: Wrapper) {

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

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion buildscript.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ rootProject.buildscript {
dependencies {
classpath "org.ros.rosjava_bootstrap:gradle_plugins:[0.2,0.3)"
}
}
}
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.0</version>
<version>0.2.1</version>
<description>
Bootstrap utilities for rosjava builds.
</description>
Expand Down

0 comments on commit 1f3ea1b

Please sign in to comment.