Skip to content

Commit

Permalink
3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
InIn Devops committed Apr 14, 2017
1 parent 6aaef20 commit 4c2b469
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: PureCloud Ruby Gem
---
![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=3.1.5)
![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=3.1.6)

Documentation can be found at https://developer.mypurecloud.com/api/rest/client-libraries/ruby/latest/

Expand All @@ -10,7 +10,7 @@ Documentation can be found at https://developer.mypurecloud.com/api/rest/client-
### from rubygems.org

~~~
gem install 'purecloudplatformclientv2', '~> 3.1.5'
gem install 'purecloudplatformclientv2', '~> 3.1.6'
~~~

### Install from Git
Expand Down
4 changes: 2 additions & 2 deletions build/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: PureCloud Ruby Gem
---
![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=3.1.5)
![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=3.1.6)

Documentation can be found at https://developer.mypurecloud.com/api/rest/client-libraries/ruby/latest/

Expand All @@ -10,7 +10,7 @@ Documentation can be found at https://developer.mypurecloud.com/api/rest/client-
### from rubygems.org

~~~
gem install 'purecloudplatformclientv2', '~> 3.1.5'
gem install 'purecloudplatformclientv2', '~> 3.1.6'
~~~

### Install from Git
Expand Down
4 changes: 2 additions & 2 deletions build/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: PureCloud Ruby Gem
---
![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=3.1.5)
![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=3.1.6)

Documentation can be found at https://developer.mypurecloud.com/api/rest/client-libraries/ruby/latest/

Expand All @@ -10,7 +10,7 @@ Documentation can be found at https://developer.mypurecloud.com/api/rest/client-
### from rubygems.org

~~~
gem install 'purecloudplatformclientv2', '~> 3.1.5'
gem install 'purecloudplatformclientv2', '~> 3.1.6'
~~~

### Install from Git
Expand Down
2 changes: 1 addition & 1 deletion build/lib/purecloudplatformclientv2/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
=end

module PureCloud
VERSION = "3.1.5"
VERSION = "3.1.6"
end
Binary file not shown.
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"major": 3,
"minor": 1,
"point": 5,
"point": 6,
"prerelease": "",
"apiVersion": 0,
"display": "3.1.5",
"displayFull": "3.1.5"
"display": "3.1.6",
"displayFull": "3.1.6"
}

0 comments on commit 4c2b469

Please sign in to comment.