v0.3.2 - Fix typo in README
This commit is contained in:
parent
f45943f7a9
commit
a5ff50fd1b
|
|
@ -157,7 +157,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "git_mob"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
dependencies = [
|
||||
"dirs",
|
||||
"git2",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "git_mob"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
authors = ["Martin Frost <martin@frost.ws>"]
|
||||
edition = "2018"
|
||||
description = "A CLI tool for social coding."
|
||||
|
|
|
|||
Loading…
Reference in New Issue