Skip to content

Commit

Permalink
Bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelCompany authored Apr 1, 2020
1 parent b3f226e commit 56044ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'java'
apply plugin: 'eclipse' // Eclipse integration

description = """"""
def version_str = "1.0.3"
def version_str = "1.0.4"

import org.apache.tools.ant.taskdefs.condition.Os;
import org.gradle.api.tasks.options.Option;
Expand All @@ -26,7 +26,7 @@ import org.gradle.api.tasks.options.Option;
* Task class to install fastrtpsgen in a specific path
* @author eProsima
* @author Nuno Marques <[email protected]>
* @version 1.0.3
* @version 1.0.4
* @since 2020-03-31
*/
public class InstallPath extends DefaultTask {
Expand Down

0 comments on commit 56044ae

Please sign in to comment.