Skip to content

Commit 6120233

Browse files
committed
Fix version number
1 parent 38452f6 commit 6120233

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
geocoder-studitemps (0.1.1)
4+
geocoder-studitemps (0.3.1)
55
geocoder (~> 1.6)
66
oauth2 (~> 1.4)
77

@@ -76,6 +76,7 @@ GEM
7676
hashdiff (>= 0.4.0, < 2.0.0)
7777

7878
PLATFORMS
79+
arm64-darwin-21
7980
x86_64-darwin-19
8081
x86_64-darwin-20
8182
x86_64-linux

lib/geocoder/studitemps/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Geocoder
22
module Studitemps
3-
VERSION = "0.1.1"
3+
VERSION = "0.3.1"
44
end
55
end

0 commit comments

Comments
 (0)