Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.0...v1.5.0) (2023-04-16)

### Bug Fixes

* **ui:** chapter item padding ([7e06c5f](7e06c5f))
* **ui:** some improvements in settings and about screen ([6477657](6477657))

### Features

* **about:** add about screen with contributors list ([14916a2](14916a2))
* **about:** add stargazers section ([72873e8](72873e8))
  • Loading branch information
semantic-release-bot committed Apr 16, 2023
1 parent a0e82a8 commit 1b029c3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.5.0](https://github.com/Muhammed-Rahif/Islam/compare/v1.4.0...v1.5.0) (2023-04-16)


### Bug Fixes

* **ui:** chapter item padding ([7e06c5f](https://github.com/Muhammed-Rahif/Islam/commit/7e06c5fd545dd7c7bfd9ff0c5b2de43284576717))
* **ui:** some improvements in settings and about screen ([6477657](https://github.com/Muhammed-Rahif/Islam/commit/6477657636d9a8c5d3c3b4b9e557d4a0115ff2d5))


### Features

* **about:** add about screen with contributors list ([14916a2](https://github.com/Muhammed-Rahif/Islam/commit/14916a2cb452d3792aa99bdda06ad960321d0459))
* **about:** add stargazers section ([72873e8](https://github.com/Muhammed-Rahif/Islam/commit/72873e83f00e69af95e5cc0e4fa2d535c8761a7e))

# [1.5.0-beta.2](https://github.com/Muhammed-Rahif/Islam/compare/v1.5.0-beta.1...v1.5.0-beta.2) (2023-04-16)


Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "v1.5.0-beta.2"
versionName "v1.5.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
4 changes: 2 additions & 2 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = v1.5.0-beta.2;
MARKETING_VERSION = v1.5.0;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = tech.rahif.islam;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -370,7 +370,7 @@
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = v1.5.0-beta.2;
MARKETING_VERSION = v1.5.0;
PRODUCT_BUNDLE_IDENTIFIER = tech.rahif.islam;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Islam",
"version": "v1.5.0-beta.2",
"version": "v1.5.0",
"private": true,
"dependencies": {
"@capacitor/android": "4.7.3",
Expand Down

0 comments on commit 1b029c3

Please sign in to comment.