Skip to content

Commit

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

GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.5)
activesupport (7.0.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -22,11 +22,11 @@ GEM
ethon (0.16.0)
ffi (>= 1.15.0)
ffi (1.15.5)
i18n (1.13.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
minitest (5.18.0)
oj (3.14.3)
minitest (5.19.0)
oj (3.15.1)
paint (2.3.0)
parallel (1.23.0)
parser (3.2.2.1)
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.1.0'
VERSION = '0.2.0'
end

0 comments on commit 16497f1

Please sign in to comment.