Skip to content

Commit

Permalink
chore(release): 1.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.2](v1.2.1...v1.2.2) (2023-04-03)

### Bug Fixes

* update loading spinners ([c87bfd1](c87bfd1))
  • Loading branch information
semantic-release-bot committed Apr 3, 2023
1 parent a4a1b41 commit 61d1397
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.2.2](https://github.com/Muhammed-Rahif/Islam/compare/v1.2.1...v1.2.2) (2023-04-03)


### Bug Fixes

* update loading spinners ([c87bfd1](https://github.com/Muhammed-Rahif/Islam/commit/c87bfd1583a60d739004abdd9dc57b83b1fc3521))

## [1.2.1](https://github.com/Muhammed-Rahif/Islam/compare/v1.2.0...v1.2.1) (2023-04-02)


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.2.1"
versionName "v1.2.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.2.1;
MARKETING_VERSION = v1.2.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.2.1;
MARKETING_VERSION = v1.2.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.2.1",
"version": "v1.2.2",
"private": true,
"dependencies": {
"@capacitor/android": "4.7.1",
Expand Down

0 comments on commit 61d1397

Please sign in to comment.