Skip to content

Commit f72e44a

Browse files
committed
0.12.2
1 parent ca50124 commit f72e44a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "d88dmp"
3-
version = "0.12.1"
3+
version = "0.12.2"
44
authors = ["ORYZAPAO <oryzapao@gmail.com>"]
55
edition = "2018"
6-
repository = "https://github.com/ORYZAPAO/d88info"
6+
repository = "https://github.com/ORYZAPAO/d88dmp"
77
keywords = [
88
"d88",
99
"dump",
@@ -13,7 +13,7 @@ keywords = [
1313
]
1414
license = "MIT"
1515
readme = "README.md"
16-
description = "d88info is a command line tool that dumps disk image format * .d88 files for retro PC emulators.d88 file dump tool."
16+
description = "d88dmp is a command line tool that dumps disk image format * .d88 files for retro PC emulators.d88 file dump tool."
1717
##documentation =
1818

1919
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
pub const AUTHOR: &str = "ORYZA (https://github.com/ORYZAPAO)";
66
pub const TOOL_NAME: &str = "d88dmp";
7-
pub const TOOL_VERSION: &str = "ver 0.12.1";
7+
pub const TOOL_VERSION: &str = "ver 0.12.2";

0 commit comments

Comments
 (0)