Skip to content

Commit

Permalink
Merge pull request #271 from Eldar2021/rl/v1.3.5+15
Browse files Browse the repository at this point in the history
Release v1.3.5+15
  • Loading branch information
Eldar2021 authored Dec 8, 2024
2 parents 87d5e15 + d6f9ccc commit 0b66f1e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Tested v<versioncode>
# Create branch & Check auto CI
- [ ] `rl/v<versioncode>`
- [ ] Change version in `app/pubspec.yaml`
- [ ] Write change information
- [ ] Run `git add .`
- [ ] Run `git commit -m "release v<versioncode>"`
- [ ] Run `git push --set-upstream origin rl/v<versioncode>`
Expand All @@ -23,7 +24,6 @@ Tested v<versioncode>
- [ ] Create a tag
- `git tag -a v<version> -m "release v<versioncode"`
- `git push origin v<version>`
- [ ] Write change information

## Deploy Android
Testing (Open Testing)
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

- Fixed BottomNav always show
- Fixed Settings twice navigation pop
- Fixed onTap juz item
- Fixed onTap juz item

## [UX]

Expand All @@ -95,3 +95,11 @@
- Added Contributing to MyQuran md file
- Created LICENSE
- Created SECURITY md

---

# What's Changed v1.3.5+15

## [UX]

- Added access to some features without logging in
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.

publish_to: "none"

version: 1.3.4+14
version: 1.3.5+15

environment:
sdk: ">=3.5.0 <4.0.0"
Expand Down

0 comments on commit 0b66f1e

Please sign in to comment.