Skip to content

Commit bdbef22

Browse files
Alex TharpAlex Tharp
authored andcommitted
Merge pull request #12 from cortex-cms/develop
v0.4.4 Release
2 parents d1f5f3e + 300cccf commit bdbef22

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)