Skip to content

Commit b1a0b9b

Browse files
committed
Bump version numbers
1 parent 8b3d739 commit b1a0b9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,6 @@ The binary is based on the `emulator-2a-lib` library, that is contained in this
252252
**Contributions are very welcome!** Additionally, other frontends could be added. I.e. a web-based
253253
emulator is planned and might be added in the future.
254254

255-
Current version: 7.0.0
255+
Current version: 7.0.1
256256

257257
License: GPL-3.0

emulator-2a-lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "emulator-2a-lib"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Malte Tammena <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0"

emulator-2a/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "emulator-2a"
3-
version = "7.0.0"
3+
version = "7.0.1"
44
authors = ["Malte Tammena <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0"

0 commit comments

Comments
 (0)