Skip to content

Commit 300cccf

Browse files
Alex TharpAlex Tharp
authored andcommitted
Merge pull request #11 from cortex-cms/fix-webpages-accessor
Fix Webpages Accessor
2 parents 721f072 + 44a9d11 commit 300cccf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/cortex/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
module Cortex
1212
class Client
13-
attr_reader :posts, :users
13+
attr_reader :posts, :users, :webpages
1414
attr_accessor :access_token, :base_url, :auth_method
1515
@key = ''
1616
@secret = ''

lib/cortex/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Cortex
2-
VERSION = '0.4.3'
2+
VERSION = '0.4.4'
33
end

0 commit comments

Comments
 (0)