Skip to content

Commit

Permalink
updated to version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuerstenau committed Aug 10, 2015
1 parent 1f5ef28 commit addb5fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,7 +20,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.de.fuerstenau:BuildConfigPlugin:1.0.2"
classpath "gradle.plugin.de.fuerstenau:BuildConfigPlugin:1.0.3"
}
}
Expand All @@ -32,7 +32,7 @@ Build script snippet for new, incubating, plugin mechanism introduced in Gradle

```gradle
plugins {
id "de.fuerstenau.buildconfig" version "1.0.2"
id "de.fuerstenau.buildconfig" version "1.0.3"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -12,7 +12,7 @@ if (!hasProperty('mainClass')) {
}

group = 'de.fuerstenau'
version = '1.0.2'
version = '1.0.3'

repositories {
mavenCentral()
Expand Down

0 comments on commit addb5fc

Please sign in to comment.