Skip to content

Commit 76f156c

Browse files
committed
Bumps version to 0.7.0
1 parent 1c8b57a commit 76f156c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ content.download_url
144144
# => "http://google-testbucket.storage.googleapis.com/some/download/path"
145145

146146
content.refresh_url
147-
"https://api.layer.com/apps/<APP_ID>/conversations/<CONVERSATION_ID>/content/<CONTENT_ID>"
147+
# => "https://api.layer.com/apps/<APP_ID>/conversations/<CONVERSATION_ID>/content/<CONTENT_ID>"
148148
```
149149

150150
#### Sending Messages ####

lib/layer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Layer
22
module Api
3-
VERSION = "0.6.1"
3+
VERSION = "0.7.0"
44
end
55
end

0 commit comments

Comments
 (0)