Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamthechad committed May 5, 2015
1 parent 2d3b9d9 commit f1480cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Build script snippet for use in all Gradle versions:
}
}
dependencies {
classpath "gradle.plugin.com.megatome.javadoc2dash:j2d-gradle:1.0.2"
classpath "gradle.plugin.com.megatome.javadoc2dash:j2d-gradle:1.0.3"
}
}

Expand All @@ -61,7 +61,7 @@ Build script snippet for use in all Gradle versions:
Build script snippet for new, incubating, plugin mechanism introduced in Gradle 2.1:

plugins {
id "com.megatome.javadoc2dash" version "1.0.2"
id "com.megatome.javadoc2dash" version "1.0.3"
}

## Specify settings
Expand Down Expand Up @@ -108,7 +108,7 @@ Create the docset with the `javadoc2dash` task.
}
}
dependencies {
classpath "gradle.plugin.com.megatome.javadoc2dash:j2d-gradle:1.0.2"
classpath "gradle.plugin.com.megatome.javadoc2dash:j2d-gradle:1.0.3"
}
}

Expand All @@ -131,7 +131,7 @@ For Gradle:
}

dependencies {
compile "com.megatome.javadoc2dash:javadoc2dash-api:1.0.2"
compile "com.megatome.javadoc2dash:javadoc2dash-api:1.0.3"
}

For Maven:
Expand Down
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ext.projectVersion = '1.0.2'
ext.projectVersion = '1.0.3'

apply plugin: 'com.github.kt3k.coveralls'

Expand Down Expand Up @@ -213,6 +213,10 @@ project(":j2d-api") {
licenses = ['Apache-2.0']
labels = ['javadoc', 'dash', 'api']
publicDownloadNumbers = true
version {
name = project.version
vcsTag = '1.0.3'
}
}
}

Expand Down

0 comments on commit f1480cf

Please sign in to comment.