Skip to content

Commit

Permalink
Bump to patch 0.5.1. Remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Loretz committed Dec 21, 2021
1 parent 6e9e089 commit 20c3936
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/linkedin_orbit/linkedin.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# frozen_string_literal: true
require "byebug"
module LinkedinOrbit
class Linkedin
def initialize(params = {})
Expand Down
2 changes: 1 addition & 1 deletion lib/linkedin_orbit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LinkedinOrbit
VERSION = "0.5.0"
VERSION = "0.5.1"
end

0 comments on commit 20c3936

Please sign in to comment.