Skip to content

Commit 80f32da

Browse files
author
Sara Jackson
committed
Bump to v0.1.0
1 parent c425a16 commit 80f32da

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
clearance-i18n (0.0.1)
5-
clearance (>= 1.15, < 2.7)
4+
clearance-i18n (0.1.0)
5+
clearance (>= 1.15, <= 2.8)
66

77
GEM
88
remote: https://rubygems.org/
@@ -165,3 +165,6 @@ PLATFORMS
165165
DEPENDENCIES
166166
clearance-i18n!
167167
rspec
168+
169+
BUNDLED WITH
170+
2.5.15

lib/clearance/i18n/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Clearance
22
module I18n
3-
VERSION = '0.0.1'
3+
VERSION = '0.1.0'
44
end
55
end

0 commit comments

Comments
 (0)