Skip to content

Commit

Permalink
2.0 : version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrasel committed Sep 28, 2022
1 parent 1166294 commit 92b2460
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
- [x] Launch in freeform mode
- [x] Total apps count
- [ ] App rename
- [ ] App lock
- [ ] App hide
- [ ] App vault
- [ ] Detailed app info

</details>
Expand Down Expand Up @@ -116,9 +115,9 @@ Do you like this app? If the answer is yes, then help me to continue this projec

<div align='center'>

| ![](https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black) | [iamrasel](https://www.buymeacoffee.com/iamrasel) |
|:---:|:---:|
| ![](https://img.shields.io/badge/Bitcoin-000000?style=for-the-badge&logo=bitcoin&logoColor=white) | `38mRQy6oDJjZNR3xxiNRVS5obqLMnwonFD` |
| ![](https://img.shields.io/badge/Ethereum-3C3C3D?style=for-the-badge&logo=Ethereum&logoColor=white) | `0x9b2f72a19C78a73dDE4478a6d51BACf198671480` |
| ![](https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black) | [iamrasel](https://www.buymeacoffee.com/iamrasel) |
|:-----------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------:|
| ![](https://img.shields.io/badge/Bitcoin-000000?style=for-the-badge&logo=bitcoin&logoColor=white) | `38mRQy6oDJjZNR3xxiNRVS5obqLMnwonFD` |
| ![](https://img.shields.io/badge/Ethereum-3C3C3D?style=for-the-badge&logo=Ethereum&logoColor=white) | `0x9b2f72a19C78a73dDE4478a6d51BACf198671480` |

</div>
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "rasel.lunar.launcher"
minSdk 26
targetSdk 33
versionCode 19
versionName "19.4"
versionCode 20
versionName "2.0"
}

buildTypes {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- new: app search with soft keyboard
- improvement: contact and url shortcuts
- fix: multiple issues
- version name structure changed (trying to be normal)

0 comments on commit 92b2460

Please sign in to comment.