From a0baad162a320389129cd24398a8211b19c130d7 Mon Sep 17 00:00:00 2001 From: rabidgremlin Date: Mon, 22 May 2017 18:40:47 +1200 Subject: [PATCH] Updates for release. --- README.md | 14 ++++++++------ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8e03ecc..b7ec913 100644 --- a/README.md +++ b/README.md @@ -154,15 +154,17 @@ VAR taxiNo = "" = request_address What is the pick up address ? -:SET_REPROMPT Where would you like to be picked up ? -:SET_HINT 123 Someplace Rd +::SET_REPROMPT Where would you like to be picked up ? +::SET_HINT 123 Someplace Rd + GaveAddress - -> order_taxi_loop = order_the_taxi -:ORDER_TAXI +::ORDER_TAXI Taxi {taxiNo} is on its way -:SET_ACTION OPEN_URL url:http:\/\/trackcab.example.com/t/{taxiNo} +::ADD_ATTACHMENT type::link url::http:\/\/trackcab.example.com/t/{taxiNo} title::Track your taxi here +::ADD_QUICK_REPLY Where is my taxi? +::ADD_QUICK_REPLY Cancel my taxi -> END ``` @@ -175,7 +177,7 @@ repositories { } dependencies { - compile 'com.rabidgremlin:mutters:1.4.1' + compile 'com.rabidgremlin:mutters:2.0.0' } ``` @@ -193,7 +195,7 @@ repositories { } dependencies { - compile 'com.rabidgremlin:mutters:1.4.2-SNAPSHOT' + compile 'com.rabidgremlin:mutters:2.0.0-SNAPSHOT' } ``` diff --git a/gradle.properties b/gradle.properties index 15c6174..6e165e2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=2.0.0-SNAPSHOT +version=2.0.0 # These are place holder values. Real values should be set in user's home gradle.properties # and are only needed when signing and uploading to central maven repo