Skip to content

Commit 48d6b52

Browse files
committed
Update version, author and support email
1 parent 984ca3a commit 48d6b52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contentstack.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Gem::Specification.new do |s|
66
s.name = %q{contentstack}
77
s.version = Contentstack::VERSION.dup
88
s.date = Time.now
9-
s.authors = [%q{Rohit Sharma}]
10-
s.email = ["rubygems@contentstack.com"]
9+
s.authors = [%q{Contentstack}]
10+
s.email = ["support@contentstack.com"]
1111

1212
s.required_ruby_version = '>= 2.0'
1313

lib/contentstack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Contentstack
2-
VERSION = "0.0.2"
2+
VERSION = "0.0.3"
33
end

0 commit comments

Comments
 (0)