Skip to content

Commit e7058fc

Browse files
authored
feat: Bump version to 3.0.0 and remove beta flag from autocomplete (#20)
1 parent 0b461f2 commit e7058fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/peopledatalabs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
# gem build peopledatalabs.gemspec
18-
# gem install ./peopledatalabs-2.3.0.gem
18+
# gem install ./peopledatalabs-3.0.0.gem
1919
# irb
2020
# require 'peopledatalabs'
2121
# rake spec PDL_API_KEY=API_KEY

lib/peopledatalabs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Peopledatalabs
2-
VERSION = "2.3.1"
2+
VERSION = "3.0.0"
33
end

0 commit comments

Comments
 (0)