Skip to content

Commit 3d813b5

Browse files
committed
fix date in gemspc
1 parent 3c97102 commit 3d813b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/outbound.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
require 'uri'
55

66
module Outbound
7-
VERSION = '1.1.0'
7+
VERSION = '1.1.1'
88
BASE_URL = 'https://api.outbound.io/v2'
99

1010
APNS = "apns"

outbound.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require File.expand_path('../lib/outbound', __FILE__)
33
Gem::Specification.new do |s|
44
s.name = 'outbound'
55
s.version = Outbound::VERSION
6-
s.date = '2014-06-07'
6+
s.date = Date.today.to_s
77
s.summary = "Outbound sends automated email, SMS, phone calls and push notifications based on the actions users take (or do not take) in your app."
88
s.description = "Outbound sends automated email, SMS, phone calls and push notifications based on the actions users take or do not take in your app. The Outbound API has two components:
99

0 commit comments

Comments
 (0)