Skip to content

Commit a3fe50d

Browse files
Update agent skill to v1.0.1 for SDK v1.3.1
- Update SDK version references in SKILL.md - Bump skill version to 1.0.1 in marketplace.json and plugin.json - Regenerate skill zip
1 parent b6e5179 commit a3fe50d

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "kmp-stellar-sdk",
1212
"source": "./skills",
1313
"description": "Teaches AI coding agents how to build Stellar blockchain applications using kmp-stellar-sdk. Covers transactions, operations, Horizon API, Soroban smart contracts, XDR encoding, and SEP protocols.",
14-
"version": "1.0.0",
14+
"version": "1.0.1",
1515
"author": {
1616
"name": "Soneso"
1717
},

demo/macosApp/StellarDemo/Views/InfoView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ struct InfoView: View {
44
@ObservedObject var toastManager: ToastManager
55

66
// Version from demo.version property in gradle.properties
7-
private let appVersion = "1.3.0"
7+
private let appVersion = "1.3.1"
88
private let githubUrl = "https://github.com/Soneso/kmp-stellar-sdk"
99
private let emailAddress = "info@soneso.com"
1010

skills/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kmp-stellar-sdk",
33
"description": "Teaches AI coding agents how to build Stellar blockchain applications using kmp-stellar-sdk.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": {
66
"name": "Soneso"
77
},

skills/kmp-stellar-sdk.zip

192 KB
Binary file not shown.

skills/kmp-stellar-sdk/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name: kmp-stellar-sdk
33
description: Build Stellar blockchain applications with the Soneso KMP (Kotlin Multiplatform) SDK. Covers keypair generation, transaction building, Horizon queries, Soroban smart contracts, XDR encoding, and SEP integrations. Use when the developer is working with Kotlin, KMP, or Android and mentions Stellar, blockchain, or cryptocurrency operations.
44
license: Apache-2.0
5-
compatibility: Requires Kotlin 2.2+ and com.soneso.stellar:stellar-sdk 1.3.0. Supports JVM (Java 17+), Android (API 24+), iOS, macOS, and JavaScript (Browser/Node.js).
5+
compatibility: Requires Kotlin 2.2+ and com.soneso.stellar:stellar-sdk 1.3.1. Supports JVM (Java 17+), Android (API 24+), iOS, macOS, and JavaScript (Browser/Node.js).
66
metadata:
77
author: soneso
8-
version: "1.3.0"
8+
version: "1.3.1"
99
sdk_repo: https://github.com/Soneso/kmp-stellar-sdk
1010
---
1111

@@ -20,7 +20,7 @@ The KMP Stellar SDK (`com.soneso.stellar:stellar-sdk`) is a Kotlin Multiplatform
2020
```kotlin
2121
// build.gradle.kts
2222
dependencies {
23-
implementation("com.soneso.stellar:stellar-sdk:1.3.0")
23+
implementation("com.soneso.stellar:stellar-sdk:1.3.1")
2424
}
2525
```
2626

0 commit comments

Comments
 (0)