From b4f82d6d85f7085b14e1988970448927947880f6 Mon Sep 17 00:00:00 2001 From: klacointe Date: Tue, 17 Oct 2023 11:05:00 +0200 Subject: [PATCH] chore: bump version --- Gemfile.lock | 12 +++++++----- lib/wikidata/version.rb | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c821d4e..f01ca0d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) diff --git a/lib/wikidata/version.rb b/lib/wikidata/version.rb index aec4f6d..e7e3f0b 100644 --- a/lib/wikidata/version.rb +++ b/lib/wikidata/version.rb @@ -1,3 +1,3 @@ module Wikidata - VERSION = "0.1.0-rc1".freeze + VERSION = "0.1.0".freeze end