From 3d3ce413bbe9c9d39f759f186a990f37d1df9785 Mon Sep 17 00:00:00 2001 From: Alexander Korolev Date: Wed, 29 May 2019 00:28:36 +0200 Subject: [PATCH] update version in docs --- README.md | 8 ++++---- src/lib.rs | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 853144c..9bbbf53 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ From source: ```bash $ hg-git-fast-import --help -hg-git-fast-import 1.2.1 +hg-git-fast-import 1.2.2 Alexander Korolev A utility to import single and multiple Mercurial repositories to Git. @@ -57,7 +57,7 @@ Import of single repository: ```bash $ hg-git-fast-import single --help -hg-git-fast-import-single 1.2.1 +hg-git-fast-import-single 1.2.2 Alexander Korolev Exports single Mercurial repository to Git fast-import compatible format @@ -94,7 +94,7 @@ Import of multiple repositories: ```bash $ hg-git-fast-import multi --help -hg-git-fast-import-multi 1.2.1 +hg-git-fast-import-multi 1.2.2 Alexander Korolev Exports multiple Mercurial repositories to single Git repo in fast-import compatible format @@ -125,7 +125,7 @@ Rebuild saved state of repo: ```bash $ hg-git-fast-import build-marks --help -hg-git-fast-import-build-marks 1.2.1 +hg-git-fast-import-build-marks 1.2.2 Alexander Korolev Rebuilds saved state of repo diff --git a/src/lib.rs b/src/lib.rs index a0073f2..a18e880 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -35,7 +35,7 @@ cargo install --path . ```bash $ hg-git-fast-import --help -hg-git-fast-import 1.2.1 +hg-git-fast-import 1.2.2 Alexander Korolev A utility to import single and multiple Mercurial repositories to Git. @@ -57,7 +57,7 @@ Import of single repository: ```bash $ hg-git-fast-import single --help -hg-git-fast-import-single 1.2.1 +hg-git-fast-import-single 1.2.2 Alexander Korolev Exports single Mercurial repository to Git fast-import compatible format @@ -94,7 +94,7 @@ Import of multiple repositories: ```bash $ hg-git-fast-import multi --help -hg-git-fast-import-multi 1.2.1 +hg-git-fast-import-multi 1.2.2 Alexander Korolev Exports multiple Mercurial repositories to single Git repo in fast-import compatible format @@ -125,7 +125,7 @@ Rebuild saved state of repo: ```bash $ hg-git-fast-import build-marks --help -hg-git-fast-import-build-marks 1.2.1 +hg-git-fast-import-build-marks 1.2.2 Alexander Korolev Rebuilds saved state of repo