Skip to content

Commit 8b01a4e

Browse files
maciejmaleckicgMaciej Małecki
andauthored
0.5.0 (#16)
Co-authored-by: Maciej Małecki <external.maciej.malecki@kuehne-nagel.com>
1 parent fed09a8 commit 8b01a4e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ https://c64lib.github.io/docu/libs/text
1010

1111
## Change log
1212

13+
### Changes in 0.5.0
14+
1315
### Changes in 0.4.0
1416

1517
* New macro: `text.asm\copyScreenBlock`.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ retroProject {
3030
libDirs = [".ra/deps/c64lib"]
3131
srcDirs = ["src"]
3232

33-
libFromGitHub "c64lib/common", "0.4.0"
34-
libFromGitHub "c64lib/chipset", "0.4.0"
33+
libFromGitHub "c64lib/common", "0.5.0"
34+
libFromGitHub "c64lib/chipset", "0.5.0"
3535
libFromGitHub "c64lib/64spec", "0.7.0pr"
3636
}
3737

0 commit comments

Comments
 (0)