Skip to content

Commit

Permalink
馃ス Update Gemfile for 14.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ticky committed Apr 5, 2023
1 parent 722f7a1 commit e142b4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
emoji_regex (14.0.0.pre.1)
emoji_regex (14.0.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion emoji_regex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Gem::Specification.new do |s|
s.summary = 'Emoji Regex'
s.description = 'A set of Ruby regular expressions for matching Unicode Emoji symbols.'
s.homepage = 'https://github.com/ticky/ruby-emoji-regex'
s.version = '14.0.0.pre.1'
s.version = '14.0.0'
s.authors = ['Jessica Stokes']
s.email = 'hello@jessicastokes.net'
s.license = 'MIT'
Expand Down

0 comments on commit e142b4d

Please sign in to comment.