From 874490ffa3dfb3380960b7c02923f1fac7a79b9a Mon Sep 17 00:00:00 2001 From: Dierk König Date: Wed, 21 Sep 2016 07:01:30 -0700 Subject: update Readme: version 0.5 -> 0.8 --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.adoc') 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" } ``` -- cgit