Skip to content

Commit a535ab0

Browse files
fatbobmanclaude
andcommitted
chore: Bump version to 1.2.1 for Android compatibility
- Update version in all README files from 1.0.0 to 1.2.1 - Update SimpleLogger dependency to 0.8.0 (Android compatible) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 071f5e4 commit a535ab0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
targets: ["Objects2XLSX"])
2121
],
2222
dependencies: [
23-
.package(url: "https://github.com/fatbobman/SimpleLogger.git", from: "0.7.0")
23+
.package(url: "https://github.com/fatbobman/SimpleLogger.git", from: "0.8.0")
2424
],
2525
targets: [
2626
// Targets are the basic building blocks of a package, defining a module or a test suite.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Add Objects2XLSX to your project using Xcode's Package Manager or by adding it t
7373

7474
```swift
7575
dependencies: [
76-
.package(url: "https://github.com/fatbobman/Objects2XLSX.git", from: "1.0.0")
76+
.package(url: "https://github.com/fatbobman/Objects2XLSX.git", from: "1.2.1")
7777
]
7878
```
7979

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
```swift
7575
dependencies: [
76-
.package(url: "https://github.com/fatbobman/Objects2XLSX.git", from: "1.0.0")
76+
.package(url: "https://github.com/fatbobman/Objects2XLSX.git", from: "1.2.1")
7777
]
7878
```
7979

README_JP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Xcode の Package Manager を使用するか、`Package.swift` に Objects2XLSX
7373

7474
```swift
7575
dependencies: [
76-
.package(url: "https://github.com/fatbobman/Objects2XLSX.git", from: "1.0.0")
76+
.package(url: "https://github.com/fatbobman/Objects2XLSX.git", from: "1.2.1")
7777
]
7878
```
7979

0 commit comments

Comments
 (0)