Skip to content

Commit 8c660ce

Browse files
committed
Release 3.0.1
1 parent 9d389a1 commit 8c660ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A [RGBDS](https://rgbds.gbdev.io) macro pack that provides `struct`-like functio
77
Please select a version from [the releases](https://github.com/ISSOtm/rgbds-structs/releases), and download either of the "source code" links.
88
(If you do not know what a `.tar.gz` file is, download the `.zip` one.)
99

10-
The [latest rgbds-structs version](https://github.com/ISSOtm/rgbds-structs/releases/latest) is **3.0.0**.
10+
The [latest rgbds-structs version](https://github.com/ISSOtm/rgbds-structs/releases/latest) is **3.0.1**.
1111
It will only work with RGBDS 0.5.1 and newer.
1212
A previous version, [1.3.0](https://github.com/ISSOtm/rgbds-structs/releases/tag/v1.3.0), is confirmed to work with RGBDS 0.3.7, but should also work with versions 0.3.3 and newer.
1313
If you find a compatibility issue, [please file it here](https://github.com/ISSOtm/rgbds-structs/issues/new).

structs.asm

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525

26-
DEF STRUCTS_VERSION equs "3.0.0"
26+
DEF STRUCTS_VERSION equs "3.0.1"
2727
MACRO structs_assert
2828
assert (\1), "rgbds-structs {STRUCTS_VERSION} bug. Please report at https://github.com/ISSOtm/rgbds-structs, and share the above stack trace *and* your code there!"
2929
ENDM

0 commit comments

Comments
 (0)