We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8b57a commit 76f156cCopy full SHA for 76f156c
README.md
@@ -144,7 +144,7 @@ content.download_url
144
# => "http://google-testbucket.storage.googleapis.com/some/download/path"
145
146
content.refresh_url
147
-"https://api.layer.com/apps/<APP_ID>/conversations/<CONVERSATION_ID>/content/<CONTENT_ID>"
+# => "https://api.layer.com/apps/<APP_ID>/conversations/<CONVERSATION_ID>/content/<CONTENT_ID>"
148
```
149
150
#### Sending Messages ####
lib/layer/version.rb
@@ -1,5 +1,5 @@
1
module Layer
2
module Api
3
- VERSION = "0.6.1"
+ VERSION = "0.7.0"
4
end
5
0 commit comments