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";