diff --git a/Gemfile.lock b/Gemfile.lock index a5ed49f..62abd0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - threads-api (0.0.1.pre) + threads-api (0.1.0) faraday (>= 2.0) GEM diff --git a/lib/threads/api/version.rb b/lib/threads/api/version.rb index 09fb89e..147c23e 100644 --- a/lib/threads/api/version.rb +++ b/lib/threads/api/version.rb @@ -2,6 +2,6 @@ module Threads module API - VERSION = "0.0.1.pre" + VERSION = "0.1.0" end end