Skip to content

Commit

Permalink
changes for version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gennaro-tedesco committed Apr 9, 2021
1 parent a6e1c7d commit 6ac080e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
zathuraconf
</h1>

<h2 align="center">
<a href="#" onclick="return false;">
<img alt="PR" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat"/>
</a>
<a href="https://golang.org/">
<img alt="Go" src="https://img.shields.io/badge/go-%2300ADD8.svg?&style=flat&logo=go&logoColor=white"/>
</a>
<a href="https://github.com/gennaro-tedesco/zathuraconf/releases">
<img alt="releases" src="https://img.shields.io/github/release/gennaro-tedesco/zathuraconf"/>
</a>
</h2>

<h4 align="center">Configure Zathura theme!</h4>
<h3 align="center">
<a href="#Installation">Installation</a> •
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

const VERSION = "0.0.0"
const VERSION = "1.0.0"

var versionCmd = &cobra.Command{
Use: "version",
Expand Down

0 comments on commit 6ac080e

Please sign in to comment.