Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Commit 4f5ccd8

Browse files
Revert "docs: update version references to 1.0.5"
This reverts commit 3669e01.
1 parent a5ede0e commit 4f5ccd8

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.5</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.5'
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.5
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)