Skip to content

Commit 8cba457

Browse files
committed
release v0.1.1
1 parent ad90be2 commit 8cba457

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ import (
1010
"unicode"
1111
)
1212

13-
var version = "0.1.0"
14-
var newLine = regexp.MustCompile(`\r?\n`)
13+
var version = "0.1.1"
14+
var newLine = regexp.MustCompile(`(\r?\n)+`)
1515
var refNumber = regexp.MustCompile(`\(([0-9]+(–[0-9]+)*(, )?)+\)( )?`)
1616
var duplicateWhiteSpace = regexp.MustCompile(`( ){2,}`)
17-
var hyphenAtEnd = regexp.MustCompile(`-([^\S]+|\n)`)
17+
var hyphenAtEnd = regexp.MustCompile(`-([^\S]+|(\r?\n))`)
1818
var endOfSentence = regexp.MustCompile(`[?!.]`)
1919
var emptyErrorMsg = `NSaYw3'D2o,W1eL_|ac\`
2020

resources/info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ Split sentence.</string>
415415
</dict>
416416
</dict>
417417
<key>version</key>
418-
<string>0.1.0</string>
418+
<string>0.1.1</string>
419419
<key>webaddress</key>
420420
<string>https://www.poyo.info/</string>
421421
</dict>

0 commit comments

Comments
 (0)