Skip to content

Commit 74bcd35

Browse files
committed
Bump gem version.
1 parent 8128768 commit 74bcd35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors:
66
77
website: https://zxe.io
88
cff-version: 1.2.0
9-
date-released: 2024-01-03
9+
date-released: 2024-01-05
1010
keywords:
1111
- binding
1212
- CPU
@@ -20,5 +20,5 @@ message: If you use this software, please cite it using these metadata.
2020
repository-code: https://github.com/redcode/Z80-Ruby
2121
title: Z80-Ruby
2222
type: software
23-
version: 0.3.0
23+
version: 0.3.1
2424
url: https://zxe.io/software/Z80-Ruby

lib/z80/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Z80
2-
VERSION = '0.3.0'
2+
VERSION = '0.3.1'
33
end

0 commit comments

Comments
 (0)