2 Commits

Author SHA1 Message Date
Hykilpikonna 15880ddb7f [U] Update readme 2022-11-28 15:24:40 -05:00
Hykilpikonna f89c5de7a4 [U] Release 4.7 2022-11-24 13:01:25 -05:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
# Tell the display to update
lw $t8, ADDR_DISPLAY
li $t9, 1
sw $t9, 0($t8)
sb $t9, 0($t8)
```
## Keyboard++
+1 -1
View File
@@ -6,7 +6,7 @@ plugins {
id "com.github.johnrengelman.shadow" version "7.1.2"
}
version="4.7rc3"
version="4.7"
repositories {
// Use Maven Central for resolving dependencies.