Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris committed Oct 6, 2024
1 parent 8eb2d8f commit 4bb503d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
typesensual (0.5.1)
typesensual (1.0.0)
activesupport (>= 6.1.5)
paint (>= 2.0.0)
typesense (>= 0.13.0)
Expand All @@ -15,18 +15,20 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
bigdecimal (3.1.7)
commonmarker (0.23.10)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
diff-lcs (1.5.0)
docile (1.4.0)
ethon (0.16.0)
ffi (>= 1.15.0)
ffi (1.15.5)
ffi (1.16.3)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
minitest (5.20.0)
oj (3.16.1)
minitest (5.22.3)
oj (3.16.3)
bigdecimal (>= 3.0)
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.5.1'
VERSION = '1.0.0'
end

0 comments on commit 4bb503d

Please sign in to comment.