Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Commit 992f57b

Browse files
author
Corey Sciuto
committed
Updating to 1.3.2
1 parent 3172326 commit 992f57b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
constantcontact (1.3.1)
4+
constantcontact (1.3.2)
55
json (~> 1.8, >= 1.8.1)
66
mime-types (~> 1.25, >= 1.25.1)
77
rest-client (~> 1.6, >= 1.6.7)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Installation
99
====
1010
Via bundler:
1111
```ruby
12-
gem 'constantcontact', '~> 1.3.1'
12+
gem 'constantcontact', '~> 1.3.2'
1313
```
1414
Otherwise:
1515
```bash

constantcontact.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55

66
Gem::Specification.new do |s|
77
s.name = "constantcontact"
8-
s.version = '1.3.1'
8+
s.version = '1.3.2'
99
s.platform = Gem::Platform::RUBY
1010
s.authors = ["ConstantContact"]
1111
s.homepage = "http://www.constantcontact.com"

lib/constantcontact/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
module ConstantContact
88
module SDK
99
# Gem version
10-
VERSION = "1.3.1"
10+
VERSION = "1.3.2"
1111
end
1212
end

0 commit comments

Comments
 (0)