Skip to content

Commit

Permalink
feat: Bump version to 3.0.0 and remove beta flag from autocomplete (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvillait88 authored Mar 20, 2024
1 parent 0b461f2 commit e7058fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/peopledatalabs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


# gem build peopledatalabs.gemspec
# gem install ./peopledatalabs-2.3.0.gem
# gem install ./peopledatalabs-3.0.0.gem
# irb
# require 'peopledatalabs'
# rake spec PDL_API_KEY=API_KEY
Expand Down
2 changes: 1 addition & 1 deletion lib/peopledatalabs/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Peopledatalabs
VERSION = "2.3.1"
VERSION = "3.0.0"
end

0 comments on commit e7058fc

Please sign in to comment.