Skip to content

Commit

Permalink
Bumps version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cakejelly committed Apr 12, 2016
1 parent 1c8b57a commit 76f156c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ content.download_url
# => "http://google-testbucket.storage.googleapis.com/some/download/path"

content.refresh_url
"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>"
```

#### Sending Messages ####
Expand Down
2 changes: 1 addition & 1 deletion lib/layer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Layer
module Api
VERSION = "0.6.1"
VERSION = "0.7.0"
end
end

0 comments on commit 76f156c

Please sign in to comment.