Skip to content

Commit 9c5bf56

Browse files
authored
Merge pull request #21 from xadrianzetx/bump-version
Bump version to `0.4.0`
2 parents 118cb8e + 7745aaf commit 9c5bf56

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "ulmake"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
authors = ["xadrianzetx"]
66
license = "MIT"
77
repository = "https://github.com/xadrianzetx/ulmake"
8-
description = "A CLI utility that helps to manage PS2 games in .ul format (similarly to USB Util)"
8+
description = "A command line tool that helps to create and manage PlayStation 2 games in USBAdvance/Extreme format, similarly to USB Util."
99

1010
[dependencies]
1111
clap = "2.33.3"

src/main.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ use clap::{App, Arg};
66

77
fn main() {
88
let matches = App::new("ulmake")
9-
.version("0.3.0")
9+
.version("0.4.0")
1010
.author("xadrianzetx")
1111
.about(concat!(
12-
"A CLI utility that helps to manage PlayStation 2 games\n",
13-
"in USBAdvance/Extreme format (similarly to USB Util)"
12+
"A command line tool that helps to create and manage PlayStation 2\n",
13+
"games in USBAdvance/Extreme format, similarly to USB Util"
1414
))
1515
.subcommand(
1616
App::new("add")

0 commit comments

Comments
 (0)