Skip to content

Commit fc8af60

Browse files
author
Jens Driller
committed
v1.0.1
1 parent 1806a4a commit fc8af60

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change Log
22
==========
33

4+
Version 1.0.1 *(2016/02/20)*
5+
--------------------------
6+
* Fix artifact name
7+
**--> Note:** classpath changed from `gradle.plugin.com.jenzz:plugin:1.0.0` to `gradle.plugin.com.jenzz:buildconstants:1.0.1`
8+
* Non-instantiable Java constants
9+
410
Version 1.0.0 *(2016/02/15)*
511
--------------------------
612
* Initial release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ buildscript {
108108
}
109109
}
110110
dependencies {
111-
classpath "gradle.plugin.com.jenzz:buildconstants:1.0.0"
111+
classpath "gradle.plugin.com.jenzz:buildconstants:1.0.1"
112112
}
113113
}
114114
@@ -119,7 +119,7 @@ Build script snippet for new, incubating, plugin mechanism introduced in Gradle
119119

120120
```groovy
121121
plugins {
122-
id "com.jenzz.buildconstants" version "1.0.0"
122+
id "com.jenzz.buildconstants" version "1.0.1"
123123
}
124124
```
125125

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ allprojects {
1414
}
1515

1616
ext {
17-
pluginVersion = '1.0.0'
17+
pluginVersion = '1.0.1'
1818
}

0 commit comments

Comments
 (0)