Skip to content

Commit

Permalink
feat(release): Bump to v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aitor committed Feb 14, 2023
1 parent 8cd759f commit 0193cd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
modulr-api (0.0.6)
modulr-api (0.0.8)
faraday (~> 1.0)
faraday_middleware (~> 1.0)

Expand All @@ -15,7 +15,7 @@ GEM
crack (0.4.5)
rexml
diff-lcs (1.5.0)
faraday (1.10.2)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand Down Expand Up @@ -63,7 +63,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.8)
method_source (1.0.0)
multipart-post (2.2.3)
multipart-post (2.3.0)
nenv (0.3.0)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/modulr/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Modulr
VERSION = "0.0.6"
VERSION = "0.0.8"
end

0 comments on commit 0193cd9

Please sign in to comment.