Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Case Duckworth committed Dec 29, 2021
1 parent 74b8ed6 commit c1ffa1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions titlecase.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Author: Case Duckworth <[email protected]>
;; Maintainer: Case Duckworth <[email protected]>
;; Version: 0.2.2
;; Version: 0.3.0
;; URL: https://github.com/duckwork/titlecase.el
;; Package-Requires: ((emacs "25.1"))

Expand Down Expand Up @@ -163,7 +163,7 @@
"Title-case implementation.
`titlecase-force-cap-after-punc' must be handled by the caller.
This is expected to have run in a block that uses `save-excursion' and
`save-match-data'. See documentation for `titlecase-region-with-style'
`save-match-data'. See documentation for `titlecase-region-with-style'
for docs on BEGIN, END and STYLE."
(let (;; Constants during this function's runtime
(case-fold-search nil)
Expand Down

0 comments on commit c1ffa1d

Please sign in to comment.