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 #13 from novoda/release/prepare_v0.3
Browse files Browse the repository at this point in the history
Release v0.3
  • Loading branch information
ouchadam authored Feb 15, 2017
2 parents 14f02a1 + 625e46f commit 54170e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
Change Log
==========

Version 0.2 *(14/11/2016)*
Version 0.3 [Version 0.3](https://github.com/novoda/gradle-build-properties-plugin/releases/tag/v0.3)
--------------------------

- Removed built-in evaluation of project properties ([#PR12](https://github.com/novoda/gradle-build-properties-plugin/pull/12)).

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

- Made plugin compatible with non-Android projects ([#PR5](https://github.com/novoda/gradle-build-properties-plugin/pull/5)).

Version 0.1 *(11/11/2016)*
Version 0.1 [Version 0.1](https://github.com/novoda/gradle-build-properties-plugin/releases/tag/v0.1)
--------------------------

- Initial release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.novoda:gradle-build-properties-plugin:0.2'
classpath 'com.novoda:gradle-build-properties-plugin:0.3'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ publish {
userOrg = 'novoda'
groupId = 'com.novoda'
artifactId = 'gradle-build-properties-plugin'
publishVersion = '0.2'
publishVersion = '0.3'
website = 'https://github.com/novoda/gradle-build-properties-plugin'
}

0 comments on commit 54170e9

Please sign in to comment.