Skip to content

Commit

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

### Features

* **about:** add stargazers section ([72873e8](72873e8))
  • Loading branch information
semantic-release-bot committed Apr 16, 2023
1 parent abcf0f9 commit 9b082c5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [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)


### Features

* **about:** add stargazers section ([72873e8](https://github.com/Muhammed-Rahif/Islam/commit/72873e83f00e69af95e5cc0e4fa2d535c8761a7e))

# [1.5.0-beta.1](https://github.com/Muhammed-Rahif/Islam/compare/v1.4.0...v1.5.0-beta.1) (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.1"
versionName "v1.5.0-beta.2"
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.1;
MARKETING_VERSION = v1.5.0-beta.2;
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.1;
MARKETING_VERSION = v1.5.0-beta.2;
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.1",
"version": "v1.5.0-beta.2",
"private": true,
"dependencies": {
"@capacitor/android": "4.7.3",
Expand Down

0 comments on commit 9b082c5

Please sign in to comment.