Skip to content

Commit 6025f1d

Browse files
Update Version and README
1 parent c79b776 commit 6025f1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ To retrieve multiple entries of a content type, you need to specify the content
4949

5050
Go through our SDK API Reference guide to know about the methods that can be used to query your content in Built.io Contentstack.
5151

52-
{Read Ruby SDK API Reference Guide}[http://www.rubydoc.info/gems/contentstack/0.0.1]
52+
{Read Ruby SDK API Reference Guide}[http://www.rubydoc.info/gems/contentstack]
5353

5454

5555
== Example Apps
5656

5757
To help you get started, we have created some sample applications that are powered by Built.io Contentstack Ruby SDK. Click on any of the links below to read the tutorials of the app, view app demo, or download the code from GitHub.
5858

59-
{Product Catalog}[#]
59+
{Product Catalog}[https://github.com/builtio-contentstack/contentstack-rails-example-app]
6060

6161
Built.io Contentstack provides Ruby SDK using which you can create applications based on Ruby, or any other web frameworks created using Ruby.

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

0 commit comments

Comments
 (0)