diff --git a/Changelog.md b/Changelog.md
index 8a81c2e..4ede0b6 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -3,6 +3,11 @@
Migrate golang.org/x/crypto to standard library imports (https://github.com/golang/go/issues/65269)
+# v1.48 (Released 04/11/2025)
+
+ - ✓ Allow pressing 'Enter' key to press Start/Process button
+
+
# v1.47 (Released 02/19/2025)
- ✓ No code changes, just build on newly released Go 1.24
diff --git a/VERSION b/VERSION
index 99dd716..46284af 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.47
+1.48
\ No newline at end of file
diff --git a/src/Picocrypt.go b/src/Picocrypt.go
index 430b94f..84ac805 100644
--- a/src/Picocrypt.go
+++ b/src/Picocrypt.go
@@ -2,7 +2,7 @@ package main
/*
-Picocrypt v1.47
+Picocrypt v1.48
Copyright (c) Evan Su
Released under a GNU GPL v3 License
https://github.com/Picocrypt/Picocrypt
@@ -60,7 +60,7 @@ var TRANSPARENT = color.RGBA{0x00, 0x00, 0x00, 0x00}
// Generic variables
var window *giu.MasterWindow
-var version = "v1.47"
+var version = "v1.48"
var dpi float32
var mode string
var working bool