Skip to content

Commit 1ccb053

Browse files
committed
chore: bump version to 1.0.1
1 parent d6316d4 commit 1ccb053

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/git-scope/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/Bharath-code/git-scope/internal/tui"
1515
)
1616

17-
const version = "1.0.0"
17+
const version = "1.0.1"
1818

1919
func usage() {
2020
fmt.Fprintf(os.Stderr, `git-scope v%s — A fast TUI to see the status of all git repositories

internal/tui/view.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func (m Model) renderDashboard() string {
9494

9595
// Header with logo on its own line
9696
logo := lipgloss.NewStyle().Bold(true).Foreground(lipgloss.Color("#A78BFA")).Render("git-scope")
97-
version := lipgloss.NewStyle().Foreground(lipgloss.Color("#6B7280")).Render(" v1.0.0")
97+
version := lipgloss.NewStyle().Foreground(lipgloss.Color("#6B7280")).Render(" v1.0.1")
9898
b.WriteString(logo + version)
9999
b.WriteString("\n\n")
100100

0 commit comments

Comments
 (0)