diff options
author | Dierk König <dierk.koenig@canoo.com> | 2016-09-21 07:01:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-21 07:01:30 -0700 |
commit | 874490ffa3dfb3380960b7c02923f1fac7a79b9a (patch) | |
tree | d29a2a188f1fa788ead39ca9d0a3aa55e2299040 | |
parent | d4c98ba375c617f819a489cef08fdb54934f5487 (diff) | |
download | frege-gradle-plugin-874490ffa3dfb3380960b7c02923f1fac7a79b9a.tar.gz frege-gradle-plugin-874490ffa3dfb3380960b7c02923f1fac7a79b9a.tar.bz2 frege-gradle-plugin-874490ffa3dfb3380960b7c02923f1fac7a79b9a.zip |
update Readme: version 0.5 -> 0.8
-rw-r--r-- | README.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index 5b8f415..bb9594d 100644 --- a/README.adoc +++ b/README.adoc @@ -16,7 +16,7 @@ buildscript { } } dependencies { - classpath "gradle.plugin.org.frege-lang:frege-gradle-plugin:0.5" + classpath "gradle.plugin.org.frege-lang:frege-gradle-plugin:0.8" } } @@ -26,7 +26,7 @@ apply plugin: "org.frege-lang" To apply the plugin using the new incubating, plugin mechanism (since Gradle 2.1), add: ``` plugins { - id "org.frege-lang" version "0.5" + id "org.frege-lang" version "0.8" } ``` |