Skip to content

Commit

Permalink
Merge pull request #4 from the-curve-consulting/mbarber/bump-1.4.2
Browse files Browse the repository at this point in the history
Update SemVer to 1.4.2
  • Loading branch information
EndoMatrix authored Feb 6, 2024
2 parents 5fb57a7 + 747c089 commit 410e1d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions caracal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require 'caracal/version'
Gem::Specification.new do |spec|
spec.name = 'caracal_the_curve'
spec.version = Caracal::VERSION
spec.authors = ['Trade Infomatics', 'John Dugan']
spec.email = ['[email protected]']
spec.authors = ['Trade Infomatics', 'John Dugan', 'James Ridgway', 'Matthew Barber']
spec.email = ['[email protected]', '[email protected]', '[email protected]']
spec.summary = %q{ Fast, professional Microsoft Word (docx) writer for Ruby. }
spec.description = %q{ Caracal is a pure Ruby Microsoft Word generation library that produces professional quality MSWord documents (docx) using a simple, HTML-style DSL. }
spec.homepage = 'https://github.com/trade-informatics/caracal'
Expand Down
2 changes: 1 addition & 1 deletion lib/caracal/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Caracal
VERSION = '1.4.1'
VERSION = '1.4.2'
end

0 comments on commit 410e1d1

Please sign in to comment.