appwrite / sdk-for-web

[READ-ONLY] Official Appwrite Web SDK 🧡
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
271 stars 58 forks source link

API version placeholder `1.5.x` in README.md #94

Closed xuelink closed 4 weeks ago

xuelink commented 2 months ago

What does this PR do?

This PR updates the API version in the README from 1.5.0 to 1.5.x to reflect the current version being used (1.5.4). This change aligns with semantic versioning practices, ensuring that only the major and minor version numbers are specified while leaving the patch version flexible.

Test Plan

  1. Verify that the README file has been updated to reflect the API version as 1.5.x.
  2. Confirm that the change does not introduce any functional differences in the API documentation.
  3. Check for any broken links or formatting issues caused by the update.

Related PRs and Issues

No related PRs or issues at this time.

Have you read the Contributing Guidelines on issues?

Yes

stnguyen90 commented 4 weeks ago

Unfortunately, this is a read-only repo as the code is generated by our SDK Generator, and changes made only here would be wiped in the next release.