Skip to content

Commit 76869a0

Browse files
committed
chore: fix increase version
1 parent 78498bd commit 76869a0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<a name="v2.25.2"></a>
2-
### v2.25.2 (2017-07-21)
1+
<a name="v2.25.1"></a>
2+
### v2.25.1 (2017-07-21)
33

44
#### Improvements
55

@@ -9,7 +9,7 @@
99

1010
* Various documentation typos and grammar fixes
1111

12-
<a name="v2.24.2"></a>
12+
<a name="v2.25.0"></a>
1313
### v2.25.0 (2017-06-20)
1414

1515

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "clap"
4-
version = "2.25.0"
4+
version = "2.25.1"
55
authors = ["Kevin K. <[email protected]>"]
66
exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
77
repository = "https://github.com/kbknapp/clap-rs.git"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
4545

4646
## What's New
4747

48-
Here's the highlights for v2.25.2
48+
Here's the highlights for v2.25.1
4949

5050
* impl Default for Values + OsValues for any lifetime. ([fb7d6231f1](https://github.com/kbknapp/clap-rs/commit/fb7d6231f13a2f79f411e62dca210b7dc9994c18))
5151

52-
Here's the highlights for v2.21.0 to v2.25.1
52+
Here's the highlights for v2.21.0 to v2.25.0
5353

5454
* use textwrap crate for wrapping help texts
5555
* suggests to use flag after subcommand when applicable

0 commit comments

Comments
 (0)