Skip to content

Commit 173e2b3

Browse files
docs: update version references to 1.0.4
1 parent 7ed403c commit 173e2b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Java SDK for programmatic control of GitHub Copilot CLI, enabling you to build A
1818
<dependency>
1919
<groupId>io.github.copilot-community-sdk</groupId>
2020
<artifactId>copilot-sdk</artifactId>
21-
<version>1.0.3</version>
21+
<version>1.0.4</version>
2222
</dependency>
2323
```
2424

2525
### Gradle
2626

2727
```groovy
28-
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.3'
28+
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.4'
2929
```
3030

3131
## Quick Start

jbang-example.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
//DEPS io.github.copilot-community-sdk:copilot-sdk:1.0.3
2+
//DEPS io.github.copilot-community-sdk:copilot-sdk:1.0.4
33
import com.github.copilot.sdk.*;
44
import com.github.copilot.sdk.events.*;
55
import com.github.copilot.sdk.json.*;

0 commit comments

Comments
 (0)