Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.0.3 #12

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
version_scheme = "semver"
version = "1.0.2"
version = "1.0.3"
version_files = [
"gradle.properties:VERSION_NAME"
]
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.3 (2024-04-09)

### Fix

- embed iPay88 aar content inside of the SDK

## 1.0.2 (2024-03-05)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kotlin.code.style=official
# Publishing values (see publish.gradle)
GROUP=io.primer
POM_ARTIFACT_ID=ipay88-my-android
VERSION_NAME=1.0.2
VERSION_NAME=1.0.3
POM_NAME=ipay88-my-android
POM_DESCRIPTION=Primer wrapper for iPay88's Malaysian SDK for Android
POM_INCEPTION_YEAR=2023
Expand Down