build: Update version number to v1.0.0

pull/25/head
sgoudham 2 years ago committed by Hamothy
parent f6a6c7f27c
commit 53b0a2ef6a

2
Cargo.lock generated

@ -143,7 +143,7 @@ checksum = "85dcb89d2b10c5f6133de2efd8c11959ce9dbb46a2f7a4cab208c4eeda6ce1ab"
[[package]] [[package]]
name = "git-view" name = "git-view"
version = "0.1.0" version = "1.0.0"
dependencies = [ dependencies = [
"clap", "clap",
"mockall", "mockall",

@ -1,6 +1,6 @@
[package] [package]
name = "git-view" name = "git-view"
version = "0.1.0" version = "1.0.0"
edition = "2021" edition = "2021"
authors = ["Goudham Suresh <sgoudham@gmail.com>"] authors = ["Goudham Suresh <sgoudham@gmail.com>"]
description = "A git sub-command to view your git repository in the web browser" description = "A git sub-command to view your git repository in the web browser"

Loading…
Cancel
Save