Skip to content

Commit 1c3aec7

Browse files
committed
(Fixed #24) fixed bug in -distribute option and release v1.0.1
1 parent e696e78 commit 1c3aec7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pkg/gee/gee.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ func Gee(options model.Options) {
6868
distributePointer = distributePointer + 1
6969
} else {
7070
distributePointer = 0
71+
WriteFile(files[distributePointer], line, options)
7172
}
7273
} else {
7374
for _, k := range files {

pkg/printing/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package printing
22

33
// VERSION is version of gee
4-
const VERSION = "v1.0.0"
4+
const VERSION = "v1.0.1"

0 commit comments

Comments
 (0)