diff options
author | Mark Perry <maperry78@yahoo.com.au> | 2015-07-25 23:21:12 +1000 |
---|---|---|
committer | Mark Perry <maperry78@yahoo.com.au> | 2015-07-25 23:21:12 +1000 |
commit | bbd1131c36275522d39c3c0059c440180606605b (patch) | |
tree | 088b0d1e7bdb9975a0ee019373767db7a05d015b | |
parent | 9181b147601bc19ce78b945ff0206e98190489da (diff) | |
download | frege-gradle-plugin-bbd1131c36275522d39c3c0059c440180606605b.tar.gz frege-gradle-plugin-bbd1131c36275522d39c3c0059c440180606605b.tar.bz2 frege-gradle-plugin-bbd1131c36275522d39c3c0059c440180606605b.zip |
Updated plugin to 0.4.1
-rw-r--r-- | README.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index dd18c30..e8f3b81 100644 --- a/README.adoc +++ b/README.adoc @@ -3,7 +3,7 @@ This is the official Gradle plugin to compile Frege projects (https://github.com/Frege/frege). See the example project, https://github.com/mperry/frege-gradle-example, for how to use this plugin. -With the 0.3 release we experimented with _github releases_ and http://jitpack.io. There seems to be access issues to the 0.3 release, please use the 0.4-SNAPSHOT snapshot release. +The latest release is 0.4.1. Note that the 0.3 experimented with _github releases_ and http://jitpack.io. There seems to be access issues to the 0.3 release, please use the 0.4-SNAPSHOT snapshot release. [source, groovy] ---- @@ -15,7 +15,7 @@ buildscript { // make the frege plugin available in our build } } dependencies { - classpath 'org.frege-lang:frege-gradle-plugin:0.4-SNAPSHOT' + classpath 'org.frege-lang:frege-gradle-plugin:0.4.1' } } ---- |