Skip to content

Commit 14123c1

Browse files
committed
bump to v0.1.1
1 parent 132a054 commit 14123c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ReadMe.Md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ while active.
88
[![Github Activity](https://img.shields.io/github/commit-activity/m/simonmittag/mse6)](https://img.shields.io/github/commit-activity/m/simonmittag/mse6)
99
[![Go Version](https://img.shields.io/github/go-mod/go-version/simonmittag/l0la)](https://img.shields.io/github/go-mod/go-version/simonmittag/l0la)
1010
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
11-
[![Version](https://img.shields.io/badge/version-0.1.0-orange)](https://github.com/simonmittag/mse6/releases/tag/v0.1.0)
11+
[![Version](https://img.shields.io/badge/version-0.1.1-orange)](https://github.com/simonmittag/mse6/releases/tag/v0.1.0)
1212

1313
## Up and running
1414

l0la.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"time"
88
)
99

10-
const Version = "v0.1.0"
10+
const Version = "v0.1.1"
1111

1212
func Watch(pid int) {
1313
l01 := uilive.New()

0 commit comments

Comments
 (0)