Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris committed Aug 21, 2023
1 parent 833df26 commit 4bab435
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PATH
remote: .
specs:
typesensual (0.2.0)
typesensual (0.3.0)
activesupport (>= 6.1.5)
paint (>= 2.0.0)
typesense (>= 0.13.0)

GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.6)
activesupport (7.0.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -26,7 +26,7 @@ GEM
concurrent-ruby (~> 1.0)
json (2.6.3)
minitest (5.19.0)
oj (3.15.1)
oj (3.16.0)
paint (2.3.0)
parallel (1.23.0)
parser (3.2.2.1)
Expand Down Expand Up @@ -79,7 +79,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
typesense (0.14.1)
typesense (0.15.0)
oj (~> 3.11)
typhoeus (~> 1.4)
typhoeus (1.4.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/typesensual/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Typesensual
VERSION = '0.2.0'
VERSION = '0.3.0'
end

0 comments on commit 4bab435

Please sign in to comment.