Skip to content

Commit 36af774

Browse files
author
robo9k
committed
Bump version: 0.0.3 → 0.1.0
1 parent b0709b5 commit 36af774

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[bumpversion]
2-
current_version = 0.0.3
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55

66
[bumpversion:file:Cargo.toml]
77
search = version = "{current_version}"
88
replace = version = "{new_version}"
9+

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["vm", "chip-8",]
88
homepage = "https://github.com/chip8-rust/chip8-vm"
99
repository = "https://github.com/chip8-rust/chip8-vm.git"
1010
documentation = "https://chip8-rust.github.io/chip8-vm/"
11-
version = "0.0.3"
11+
version = "0.1.0"
1212
authors = [
1313
"Jake Kerr <[email protected]>",
1414
"robo9k <[email protected]>",

0 commit comments

Comments
 (0)