Skip to content

Commit

Permalink
increase version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrullmann committed Nov 23, 2018
1 parent 6050a4d commit 8260b5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To use the XJC plugin, include either of the following in your build script:

```groovy
plugins {
id 'org.unbroken-dome.xjc' version '1.4.0'
id 'org.unbroken-dome.xjc' version '1.4.1'
}
```

Expand All @@ -23,7 +23,7 @@ plugins {
buildscript {
repositories { jcenter() }
dependencies {
classpath 'org.unbroken-dome.gradle-plugins:gradle-xjc-plugin:1.4.0'
classpath 'org.unbroken-dome.gradle-plugins:gradle-xjc-plugin:1.4.1'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.unbroken-dome.gradle-plugins
version=1.4.0
version=1.4.1

friendly_name=Gradle XJC plugin
description=A plugin that integrates the XJC binding compiler into a Gradle build.
Expand Down

0 comments on commit 8260b5d

Please sign in to comment.