-
Notifications
You must be signed in to change notification settings - Fork 26
Release v1.1.5 #2572
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 v1.1.5 #2572
Conversation
|
No dependency changes detected. Learn more about Socket for GitHub. 👍 No dependency changes detected in pull request |
f79513a to
31ddaac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR bumps the version to 1.1.5 specifically for Android to resolve an incorrect bundle that was released for Android v1.1.4, while maintaining iOS at v1.1.4.
- Updates package.json version from 1.1.3 to 1.1.5
- Increments Android version code from 158 to 160 and version name to 1.1.5
- Updates iOS build number and marketing version to align with v1.1.4
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates main version from 1.1.3 to 1.1.5 |
| ios/bitkit.xcodeproj/project.pbxproj | Increments iOS build number to 159 and marketing version to 1.1.4 |
| android/app/build.gradle | Updates Android version code to 160 and version name to 1.1.5 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| "name": "bitkit", | ||
| "author": "Synonym", | ||
| "version": "1.1.4", | ||
| "version": "1.1.5", |
Copilot
AI
Sep 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The package.json version is set to 1.1.5 while iOS is being released as 1.1.4. This version inconsistency between the main package version and platform-specific versions could cause confusion in dependency management and release tracking.
| "version": "1.1.5", | |
| "version": "1.1.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The plan is to only release this one for android and align the versions again with iOS for the next release (v1.1.6)
Description
Bump build and version for android only to resolve incorrect bundle released for android v1.1.4.
Linked Issues/Tasks
Add any links to GitHub issues or Asana tasks that are relevant to this pull request.
Type of change
Tests
Screenshot / Video
Insert relevant screenshot / recording
QA Notes
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce during the Bitkit testing session. You can also leave a video of the PR in action.