Skip to content

Commit

Permalink
Updates for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rabidgremlin committed May 22, 2017
1 parent 2aee2d7 commit a0baad1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -175,7 +177,7 @@ repositories {
}
dependencies {
compile 'com.rabidgremlin:mutters:1.4.1'
compile 'com.rabidgremlin:mutters:2.0.0'
}
```

Expand All @@ -193,7 +195,7 @@ repositories {
}
dependencies {
compile 'com.rabidgremlin:mutters:1.4.2-SNAPSHOT'
compile 'com.rabidgremlin:mutters:2.0.0-SNAPSHOT'
}
```

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a0baad1

Please sign in to comment.