Skip to content

Commit 0e96bb6

Browse files
XLKit Release 1.0.5
1 parent 2a9f540 commit 0e96bb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
**🔧 Improvements:**
99
- Added comprehensive text alignment testing with 5 new test functions covering all Excel alignment options
1010
- Increased test count from 35 to 40 tests with 100% API coverage including all text alignment options
11-
- Optimized code comments throughout the codebase for better maintainability and readability
11+
- Optimised code comments throughout the codebase for better maintainability and readability
1212
- Preserved essential API documentation and implementation details while removing unnecessary verbosity
1313
- Added detailed Text Alignment Support section in README.md with practical examples and usage patterns
1414

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Add XLKit to your `Package.swift` dependencies:
152152

153153
```swift
154154
dependencies: [
155-
.package(url: "https://github.com/TheAcharya/XLKit.git", from: "1.0.4")
155+
.package(url: "https://github.com/TheAcharya/XLKit.git", from: "1.0.5")
156156
]
157157
```
158158

0 commit comments

Comments
 (0)