Skip to content

Commit dbc79d1

Browse files
Update Version and Gemspec
1 parent 7b0e449 commit dbc79d1

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
@@ -11,8 +11,8 @@ Gem::Specification.new do |s|
1111

1212
s.license = "MIT"
1313

14-
s.summary = %q{A ruby gem to work with Contentstack}
15-
s.description = %q{A ruby gem to work with the Content Delivery API for contentstack}
14+
s.summary = %q{Contentstack Ruby client for the Content Delivery API}
15+
s.description = %q{Contentstack Ruby client for the Content Delivery API}
1616

1717
s.files = `git ls-files`.split("\n")
1818
s.require_paths = ["lib"]

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.4"
2+
VERSION = "0.0.1"
33
end

0 commit comments

Comments
 (0)