Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #60 from novoda/release-0.4.1
Browse files Browse the repository at this point in the history
Prepare for 0.4.1 release
  • Loading branch information
mr-archano authored Apr 17, 2018
2 parents 2e429a5 + 48e5d2b commit d715cda
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

[Version 0.4.1](https://github.com/novoda/gradle-build-properties-plugin/releases/tag/v0.4.1)
--------------------------

- Remove `@Deprecated` annotation for `BuildProperties.file()` as the IDE incorrectly highlights wrong `Project.file()` method as deprecated ([#PR59](https://github.com/novoda/gradle-build-properties-plugin/pull/59)).

[Version 0.4](https://github.com/novoda/gradle-build-properties-plugin/releases/tag/v0.4)
--------------------------

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.novoda:gradle-build-properties-plugin:0.4'
classpath 'com.novoda:gradle-build-properties-plugin:0.4.1'
}
}
Expand All @@ -38,7 +38,7 @@ or from the Gradle Plugins Repository:

```gradle
plugins {
id 'com.novoda.build-properties' version '0.4'
id 'com.novoda.build-properties' version '0.4.1'
}
```

Expand Down Expand Up @@ -80,4 +80,3 @@ A problem occurred configuring project ':app'.

For more advanced configurations, please refer to the [advanced usage](docs/advanced-usage.md).

The latest Groovydoc can be found [here](https://novoda.github.io/gradle-build-properties-plugin/docs/0.4/).
2 changes: 1 addition & 1 deletion gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
websiteUrl = 'https://github.com/novoda/gradle-build-properties-plugin'
}

version = '0.4'
version = '0.4.1'
String tag = "v$project.version"
groovydoc.docTitle = 'Build Properties Plugin'

Expand Down

0 comments on commit d715cda

Please sign in to comment.