Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
klacointe committed Oct 17, 2023
1 parent b84dd1e commit b4f82d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
wikidata-client (0.1.0.pre.rc1)
wikidata-client (0.1.0)
excon (~> 0.92)
faraday (~> 2.2)
faraday-excon (~> 2.1)
Expand All @@ -12,18 +12,20 @@ GEM
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
base64 (0.1.1)
coderay (1.1.3)
crack (0.4.5)
rexml
diff-lcs (1.5.0)
excon (0.92.0)
faraday (2.2.0)
faraday-net_http (~> 2.0)
excon (0.104.0)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-excon (2.1.0)
excon (>= 0.27.4)
faraday (~> 2.0)
faraday-net_http (2.0.1)
faraday-net_http (3.0.2)
hashdiff (1.0.1)
hashie (5.0.0)
method_source (1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/wikidata/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Wikidata
VERSION = "0.1.0-rc1".freeze
VERSION = "0.1.0".freeze
end

0 comments on commit b4f82d6

Please sign in to comment.