Skip to content

Commit f5fcc5d

Browse files
committed
chore(Package): update references to Git URL
1 parent 0d13ffd commit f5fcc5d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cortex.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.version = Cortex::VERSION
1010
s.authors = ['CareerBuilder Employer Site & Content Products']
1111
s.email = '[email protected]'
12-
s.homepage = 'https://github.com/cbdr/cortex'
12+
s.homepage = 'https://github.com/cortex-cms/cortex'
1313
s.summary = 'An API-driven multitenant identity, dynamic content distribution/management and reporting platform powered by Rails, GraphQL and ElasticSearch'
1414
s.license = 'Apache-2.0'
1515

lib/cortex/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Cortex
2-
VERSION = '0.1.0'
2+
VERSION = '0.1.1'
33
end

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "cortex",
33
"version": "0.1.0",
44
"main": "node_package/lib/index.js",
5-
"homepage": "https://github.com/cbdr/cortex",
5+
"homepage": "https://github.com/cortex-cms/cortex",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/cbdr/cortex.git"
8+
"url": "https://github.com/cortex-cms/cortex.git"
99
},
1010
"keywords": [
1111
"cortex",

0 commit comments

Comments
 (0)