From 2e482ff9f252e1f0607fa1a6f199250f8092afc2 Mon Sep 17 00:00:00 2001 From: Benjamin Linskey Date: Tue, 9 Jul 2024 12:03:31 -0400 Subject: [PATCH] Bump version number to 1.13.0 --- GreekReference/build.gradle | 4 ++-- README.md | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/GreekReference/build.gradle b/GreekReference/build.gradle index 52639f0..4702fd1 100644 --- a/GreekReference/build.gradle +++ b/GreekReference/build.gradle @@ -22,8 +22,8 @@ android { minSdkVersion 14 //noinspection EditedTargetSdkVersion targetSdkVersion 34 - versionCode 31 - versionName "1.12.2" + versionCode 32 + versionName "1.13.0" } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 diff --git a/README.md b/README.md index 9958f61..3c9c1f4 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,10 @@ Visit the [Greek Reference wiki][wiki] for frequently asked questions. ## Status -The latest release is version 1.11.0. The corresponding version of the [Greek Reference Database Creator][] is 1.2.0. +Greek Reference is not under active development at this time. You can view a changelog for each release on the [Releases page][]. -Greek Reference is not under active development at this time. - ## Building the App The texts used in this app are contained in a pair of databases called `lexicon.db` and `syntax.db`. These are generated using a simple Java program, the [Greek Reference Database Creator][], which is included as a submodule in this repository. The database files are zipped and placed in this project's `assets` directory. They must be named `lexicon.zip` and `syntax.zip` in order to work with the [SQLiteAssetHelper][Android SQLiteAssetHelper] library used to copy them to the user's device.