Skip to content

Commit

Permalink
Update ROM and emulator to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Leland Takamine committed Sep 4, 2019
1 parent b932d69 commit 81d7531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/uber/nanoscope/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import java.io.File
import kotlin.reflect.KClass
import kotlin.system.exitProcess

val ROM_VERSION = Version(0, 2, 4)
val ROM_VERSION = Version(0, 2, 5)
val EMULATOR_URL = "https://github.com/uber/nanoscope-art/releases/download/$ROM_VERSION/nanoscope-emulator-$ROM_VERSION.zip"
val ROM_URL = "https://github.com/uber/nanoscope-art/releases/download/$ROM_VERSION/nanoscope-rom-$ROM_VERSION.zip"
val FLASH_WARNING_MESSAGE = """ |
Expand Down

0 comments on commit 81d7531

Please sign in to comment.