v0.3.2 - Fix typo in README

This commit is contained in:
Martin Frost 2020-06-19 13:52:49 +02:00 committed by Martin Frost
parent f45943f7a9
commit a5ff50fd1b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -157,7 +157,7 @@ dependencies = [
[[package]]
name = "git_mob"
version = "0.3.1"
version = "0.3.2"
dependencies = [
"dirs",
"git2",

View File

@ -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."