From e8fe0fdc83f1ca166b507791156701455c92096d Mon Sep 17 00:00:00 2001 From: Rajarshee Chatterjee Date: Mon, 9 Oct 2023 09:50:11 +0530 Subject: [PATCH] Release v1.1.18 --- .github/ISSUE_TEMPLATE/report_issue.yml | 4 ++-- .github/ISSUE_TEMPLATE/request_feature.yml | 2 +- android/app/build.gradle | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/utils/versionUtils.ts | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index 45ad1f5a1..118dec070 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -45,7 +45,7 @@ body: label: LNReader version description: You can find your LNReader version in **More → About**. placeholder: | - Example: "1.1.17" + Example: "1.1.18" validations: required: true @@ -88,7 +88,7 @@ body: required: true - label: If this is an issue with a source, I should be opening an issue in the [sources repository](https://github.com/lnreader/lnreader-sources/issues/new/choose). required: true - - label: I have updated the app to version **[1.1.17](https://github.com/lnreader/lnreader/releases/latest)**. + - label: I have updated the app to version **[1.1.18](https://github.com/lnreader/lnreader/releases/latest)**. required: true - label: I will fill out all of the requested information in this form. required: true diff --git a/.github/ISSUE_TEMPLATE/request_feature.yml b/.github/ISSUE_TEMPLATE/request_feature.yml index 804597153..8e0825d36 100644 --- a/.github/ISSUE_TEMPLATE/request_feature.yml +++ b/.github/ISSUE_TEMPLATE/request_feature.yml @@ -34,7 +34,7 @@ body: required: true - label: If this is an issue with a source, I should be opening an issue in the [sources repository](https://github.com/LNReader/lnreader-sources/issues/new/choose). required: true - - label: I have updated the app to version **[1.1.17](https://github.com/LNReader/lnreader/releases/latest)**. + - label: I have updated the app to version **[1.1.18](https://github.com/LNReader/lnreader/releases/latest)**. required: true - label: I will fill out all of the requested information in this form. required: true diff --git a/android/app/build.gradle b/android/app/build.gradle index e92800cba..60079b07d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -134,7 +134,7 @@ def reactNativeArchitectures() { ext { versionMajor = 1 versionMinor = 1 - versionPatch = 17 + versionPatch = 18 } android { diff --git a/package-lock.json b/package-lock.json index 0f65ca528..f891daffe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lnreader", - "version": "1.1.17", + "version": "1.1.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lnreader", - "version": "1.1.17", + "version": "1.1.18", "dependencies": { "@cd-z/react-native-epub-creator": "^2.0.4", "@gorhom/bottom-sheet": "^4.4.5", diff --git a/package.json b/package.json index 0c390f36a..71858976a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lnreader", - "version": "1.1.17", + "version": "1.1.18", "private": true, "scripts": { "android": "react-native run-android", diff --git a/src/utils/versionUtils.ts b/src/utils/versionUtils.ts index 17980117e..950e61b10 100644 --- a/src/utils/versionUtils.ts +++ b/src/utils/versionUtils.ts @@ -1,2 +1,2 @@ -export const appVersion = '1.1.17'; -export const releaseDate = '25/07/23 11:00 AM'; +export const appVersion = '1.1.18'; +export const releaseDate = '09/10/23 11:00 AM';