diff --git a/README.md b/README.md index 38e26d6..fa77a96 100644 --- a/README.md +++ b/README.md @@ -59,14 +59,14 @@ One-time pads can be trivially encrypted and decrypted using pencil and paper, m ### Download Pre-Built Binaries -**[Download Current Linux x86](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.51/otp-v0.3.51-linux-x86_64)** +**[Download Current Linux x86](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.52/otp-v0.3.52-linux-x86_64)** -**[Download Current Raspberry Pi 64](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.51/otp-v0.3.51-linux-arm64)** +**[Download Current Raspberry Pi 64](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.52/otp-v0.3.52-linux-arm64)** After downloading: ```bash # Rename for convenience, then make executable -mv otp-v0.3.51-linux-x86_64 otp +mv otp-v0.3.52-linux-x86_64 otp chmod +x otp # Run it diff --git a/src/main.h b/src/main.h index 17fbd1b..7576028 100644 --- a/src/main.h +++ b/src/main.h @@ -23,7 +23,7 @@ #include // Version - Updated automatically by build.sh -#define OTP_VERSION "v0.3.51" +#define OTP_VERSION "v0.3.52" // Constants #define MAX_INPUT_SIZE 4096