From 1136fa01bbcf469f62b5b97ddd59def9aae587a3 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Thu, 1 May 2025 20:09:59 +1200 Subject: [PATCH] esv-0.3.0 --- README | 2 +- config.di | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index c92b8b7..1429a8d 100644 --- a/README +++ b/README @@ -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: diff --git a/config.di b/config.di index 041e561..5a15fdc 100644 --- a/config.di +++ b/config.di @@ -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";