Skip to content

Commit 04c4b28

Browse files
authored
Merge pull request #1 from activeadmin-plugins/bump-version-1.0.0
Bump version to 1.0.0
2 parents d6dbc83 + 109da0f commit 04c4b28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

activeadmin-oidc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414
single install generator that wires everything up.
1515
DESC
1616
spec.license = "MIT"
17-
spec.homepage = "https://github.com/fedoronchuk/activeadmin-oidc"
17+
spec.homepage = "https://github.com/activeadmin-plugins/activeadmin-oidc"
1818

1919
spec.required_ruby_version = ">= 3.2.0"
2020

lib/activeadmin/oidc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module ActiveAdmin
44
module Oidc
5-
VERSION = "0.1.0"
5+
VERSION = "1.0.0"
66
end
77
end

0 commit comments

Comments
 (0)