Skip to content

Commit

Permalink
updated build.gradle, README.md to version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuerstenau committed Aug 10, 2015
1 parent 12f9fd6 commit 7aa9a2f
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.3"
classpath "gradle.plugin.de.fuerstenau:BuildConfigPlugin:1.0.4"
}
}
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.3"
id "de.fuerstenau.buildconfig" version "1.0.4"
}
```

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.3'
version = '1.0.4'

repositories {
mavenCentral()
Expand Down

0 comments on commit 7aa9a2f

Please sign in to comment.