Skip to content

Commit

Permalink
Release v1.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
rajarsheechatterjee committed Oct 9, 2023
1 parent 5df5a2c commit e8fe0fd
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/report_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/request_feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def reactNativeArchitectures() {
ext {
versionMajor = 1
versionMinor = 1
versionPatch = 17
versionPatch = 18
}

android {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lnreader",
"version": "1.1.17",
"version": "1.1.18",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down
4 changes: 2 additions & 2 deletions src/utils/versionUtils.ts
Original file line number Diff line number Diff line change
@@ -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';

0 comments on commit e8fe0fd

Please sign in to comment.