Skip to content

Commit

Permalink
Release v1.0.2:tada:
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmtrek committed May 14, 2018
1 parent cc0d286 commit 6ce432d
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion air.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude_dir = ["assets", "tmp", "vendor", "frontend/node_modules"]
delay = 800 # ms

[log]
time=true
time = true

[color]
main = "magenta"
Expand Down
Binary file modified bin/darwin/air
Binary file not shown.
Binary file modified bin/linux/air
Binary file not shown.
Binary file modified bin/windows/air.exe
Binary file not shown.
1 change: 0 additions & 1 deletion runner/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ func newLogFunc(nameColor string, cfg cfgLog) logFunc {
if msg[len(msg)-1:] != "\n" {
msg = msg + "\n"
}

if cfg.AddTime {
t := time.Now().Format("15:04:05.000")
msg = fmt.Sprintf("[%s] %s", t, msg)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const version = "1.0.1"
const version = "1.0.2"

0 comments on commit 6ce432d

Please sign in to comment.