Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Aug 24, 2016
1 parent 7f793ec commit fe90e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ringcentral_sdk.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module RingCentralSdk
VERSION = '1.2.3'
VERSION = '1.3.0'

RC_SERVER_PRODUCTION = 'https://platform.ringcentral.com'
RC_SERVER_SANDBOX = 'https://platform.devtest.ringcentral.com'
Expand Down
2 changes: 1 addition & 1 deletion ringcentral_sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = $1
Gem::Specification.new do |s|
s.name = 'ringcentral_sdk'
s.version = version
s.date = '2016-06-01'
s.date = '2016-08-23'
s.summary = 'RingCentral SDK - Ruby SDK for the RingCentral Connect Platform API'
s.description = 'A Ruby SDK for the RingCentral Connect Platform API'
s.authors = ['John Wang']
Expand Down

0 comments on commit fe90e83

Please sign in to comment.