esv-0.3.0

This commit is contained in:
Jeremy Baxter 2025-05-01 20:09:59 +12:00
parent 0b2133bae2
commit 1f9e52826c
2 changed files with 2 additions and 2 deletions

2
README
View file

@ -1,4 +1,4 @@
This is esv, a program that displays Bible passages on the terminal.
This is esv 0.3.0, a program that displays Bible passages on the terminal.
To build, first install the LDC compiler and libcurl.
Configure the build environment, compile and optionally install:

View file

@ -2,7 +2,7 @@ module config;
public:
enum esvVersion = "0.2.0-dev";
enum esvVersion = "0.3.0";
enum apiKey = "abfb7456fa52ec4292c79e435890cfa3df14dc2b";
enum configPath = "~/.config/esv.conf";